Hi everyone,
I'm working on a Teensy 4.1 project where I have created a custom USB type. My setup includes multiple HID interfaces, and I've also included the serial emulation interface (SEREMU_INTERFACE).
The issue I'm encountering is that when I use my custom USB type, Serial.print() data does not appear in the Arduino Serial Monitor. However, I can see the data using Wireshark, and that the Teensy is sending the data via interrupt transfers. Strangely, the predefined USB_HID type with serial emulation sends the exact same HID data in the exact same way and displays the data in the Serial Monitor as expected; the only difference is the endpoint.
Has anyone faced a similar issue? Any insights would be greatly appreciated!
I'm working on a Teensy 4.1 project where I have created a custom USB type. My setup includes multiple HID interfaces, and I've also included the serial emulation interface (SEREMU_INTERFACE).
The issue I'm encountering is that when I use my custom USB type, Serial.print() data does not appear in the Arduino Serial Monitor. However, I can see the data using Wireshark, and that the Teensy is sending the data via interrupt transfers. Strangely, the predefined USB_HID type with serial emulation sends the exact same HID data in the exact same way and displays the data in the Serial Monitor as expected; the only difference is the endpoint.
Has anyone faced a similar issue? Any insights would be greatly appreciated!