Hello,
I'm working on a program for Teensy 3.2 that shall interface with different UIs. Some of them communicate via HID interface, and some communicate via COM-Port.
For different reasons I would like to have my Teensy appear as HID RAW device, so communicating with "HID UIs" shouldn't be a problem. However, then I'm lacking the COM Port.
My preferred solution would be to have a small program, that can detect the HID device and redirect its communication to a some emulated COM-Port, that can be addressed like a usual COM-Port.
I guess, that should be possible, as Teensyduino implements an emulated Port into the Arduino IDE.
So far I haven't found any program for this task.
Maybe someone of you had a similar problem and can help me?
Thank you for reading,
Clemi
I'm working on a program for Teensy 3.2 that shall interface with different UIs. Some of them communicate via HID interface, and some communicate via COM-Port.
For different reasons I would like to have my Teensy appear as HID RAW device, so communicating with "HID UIs" shouldn't be a problem. However, then I'm lacking the COM Port.
My preferred solution would be to have a small program, that can detect the HID device and redirect its communication to a some emulated COM-Port, that can be addressed like a usual COM-Port.
I guess, that should be possible, as Teensyduino implements an emulated Port into the Arduino IDE.
So far I haven't found any program for this task.
Maybe someone of you had a similar problem and can help me?
Thank you for reading,
Clemi