HID
HID copied to clipboard
Add a simple Processing RawHID example
This is much easier than using HIDAPI in C.
Even tough I have not looked at the example closely, it would be nice to know how to use the Arduino on the other side. Do you also have to use the current example or do you have different test code for the arduino side?
https://github.com/NicoHood/HID/tree/master/examples/RawHID/RawHID I used your code with an off shelf Arduino Micro Pro The only change I made was using Pin 10 for button.
I did a workaround by add a leading zero on windows platform.