-
Notifications
You must be signed in to change notification settings - Fork 74
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
HID generic Computer Software #137
Comments
You have to write own app or you may try to find one. |
I am using this software on the computer side https://github.com/todbot/hidpytoy |
How HID descriptor looks like? If its stock example, then you should use |
I have the same issue, i'm trying to replicate an MLA example from microchip (USB Custom), and can with HIDPyToy send and https://ww1.microchip.com/downloads/en/softwarelibrary/mla_v2018_11_26_windows_installer.exe Here is the config descriptor from MLA that is working:
Sorry for my bad english, regards. |
@rayoffleon In config descriptor you dont have reportID, it is in HID descriptor and it always present.
|
Does not work, i have tried with HIDgeneric dev(0); and windows does not enumerate the device correctly, with HIDgeneric dev(1); (10) or 100 for example, it receives ok but still the host is not receiving from ESP32, (i have double checked the report id on read). Something rare i am noticing is that in the message received in the ESP32 no matter what report id you are using, it reports id: 0 in the callback everytime, and other thing i think is rare is the fact that when you send a message (report) to ESP32 it seems to receive 2 reports one of size you send and one of size 1. Thanks. |
I will try to investigate this, if i wont forgot it |
Ok, i'm very interested in this, if i can help testing or something just tell me. Thanks. |
https://github.com/chegewara/EspTinyUSB/blob/master/examples/device/hid/generic/generic.ino
What software should I use on my computer?
The text was updated successfully, but these errors were encountered: