karalabe / hid

Gopher Interface Devices (USB HID)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hid_read or hid_get_feature_report?

csujedihy opened this issue · comments

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.

This can be closed now that #13 is merged.