Replies: 1 comment
-
yes, just create a correct configuration descriptor for both interfaces. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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