HidLibrary
HidLibrary copied to clipboard
HID Report Length
Hi
I'm noticed that when I use the HIDLibrary, the Output and Input report length i.e. Capabilities.InputReportByteLength, returns one extra byte. Anyone else notice this ? Is this by design or a bug ?
Thanks, Dave
Sniffing a hid device I noticed that the first byte is the report number byte (at least in my device- an HP calculator: 1 byte (part%0xFF, report 'chunk') + 64 bytes data, so in my case the length is reported correctly.