-
-
Notifications
You must be signed in to change notification settings - Fork 728
RawHID support #339
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
Comments
Seems this should go into the developer mailing list instead. |
Hi @PTS93 we are going to add PluggableUSB support on SAMD, there are chances to reuse the library from @NicoHood. |
That would be great! Can I track the development of that feature somewhere? |
You can use the original pluggableUSB compatible HID library to define any report descriptor you like. I have an example if you would like to see it. |
Sure, would definitely be interesting! |
This could work now: https://github.com/NicoHood/HID |
Here ya go https://github.com/adammunich/customHID |
@NicoHood thank you, that is really awesome! @adammunich thanks for sharing! |
It would be great to get the HID device capabilities extended by raw HID. Raw HID is a great way for very robust bidirectional communication with a USB host application.
This is implemented for Teensy and by NicoHood for older AVR Arduinos. It would be incredibly helpful to have this functionality implemented for the SAMD line as well.
For some extended reasonsing as to why this is an important feature. See my post in the CircuitPython HID repo: adafruit/Adafruit_CircuitPython_HID#25 (comment)
https://github.com/PaulStoffregen/cores/tree/master/usb_rawhid
https://github.com/NicoHood/HID/tree/master/src/SingleReport
The text was updated successfully, but these errors were encountered: