karalabe / hid

Gopher Interface Devices (USB HID)
Other
263 stars 131 forks source link

hid_read or hid_get_feature_report? #10

Closed csujedihy closed 5 years ago

csujedihy commented 6 years ago

OS: Windows 10 Version 1709 For my device, hid_read is not working but hid_get_feature_report is. I can't figure out the reason but after wrapping hid_get_feature_report in your package. My program can read data from device. I am not a driver developer so I don't have much experience on how to debug this problem.

neverpanic commented 5 years ago

This can be closed now that #13 is merged.