I have a USB device which which uses the libusb WIN32 drivers and
Interrupt data is available from the accelerometer through the USB-HID interface endpoint 83 (in EP83). Data is in little end-in format with the following fields (x,y,z,Vbat,CpuTemp.) Data are acquired every 62.5ms (16Hz). There a number of USB HID "get" and "set" Reports available (through ep0)
How can I access this data via .NET and C#?