NicoHood/HID

Any way to send data to the Arduino using some C or C++ HID program on a PC?

Closed this issue · 1 comments

I'd like to send data to an Arduino while it's in HID mode, via the HID protocol. Any idea how to do this?

Use Raw HID or CDC Serial (not HID)
Otherwise you'd need to use custom feature reports which are not implemented in detail.