Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can it support communication with HID devices? The ESP32 I use can only communicate in CDC mode. When HID is turned on in ESP32, it cannot communicate and cannot find the device. #578

Open
topcoco opened this issue Jun 3, 2024 · 1 comment

Comments

@topcoco
Copy link

topcoco commented Jun 3, 2024

Can it support communication with HID devices? The ESP32 I use can only communicate in CDC mode. When HID is turned on in ESP32, it cannot communicate and cannot find the device.

@kai-morich
Copy link
Collaborator

is not supported.
HID is for mouse and keyboard but typically not for serial communication. For serial communication you should use CDC, e.g. try to configure your ESP32 as composite device

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants