-
-
Notifications
You must be signed in to change notification settings - Fork 407
RawHID API
Nico edited this page Oct 13, 2015
·
19 revisions
Not supported yet. With the new pluggable HID it will be possible soon. ReportIDs dont work with RAW HID under Windows.
Useful links:
A patched version of the program linked above can be found inside the extras folder. Receiving works with up to N bytes, sending just in the USB_EP_SIZE (16 or 64). Needs further testing. Should work under windows as well, but not tested.
RAWHID_USAGE_PAGE 0xFFC0 // recommended: 0xFF00 to 0xFFFF
RAWHID_USAGE 0x0C00 // recommended: 0x0100 to 0xFFFF
Copyright (c) 2014-2015 NicoHood