You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using TinyUSB for an application, and the requirement is to provide an HID keyboard and a Serial device to the PC through USB.
The IC I am using is ESP32 (although it doesn't matter). According to the example, starting the serial port and keyboard separately is not a problem. However, after I create a configuration descriptor for the HID keyboard and serial port, these two devices cannot be recognized on the PC. Can HID devices coexist with Serial devices? Is there a problem with my design?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using TinyUSB for an application, and the requirement is to provide an HID keyboard and a Serial device to the PC through USB.
The IC I am using is ESP32 (although it doesn't matter). According to the example, starting the serial port and keyboard separately is not a problem. However, after I create a configuration descriptor for the HID keyboard and serial port, these two devices cannot be recognized on the PC. Can HID devices coexist with Serial devices? Is there a problem with my design?
How should I achieve it?
Beta Was this translation helpful? Give feedback.
All reactions