I would like to deconstruct the raw reports received from the hid_read hidapi function.
As I understand it, this can be achieved using information from the report descriptors of the device. But when I try to request these descriptors, I get lost somewhere between the HID Spec and using the methods available in hidapi .
I would like to see a concrete example based on C or node-hidapi that requests and lists all report descriptors for a device - perhaps a mouse, to make things simpler?
source share