todbot / hidapitester

Simple command-line program to test HIDAPI
GNU General Public License v3.0
263 stars 31 forks source link

hidapitester report reading of one more byte for the Feature report under Windows #7

Closed mcuee closed 3 years ago

mcuee commented 3 years ago

https://github.com/libusb/hidapi/issues/285

It seems to me that hidapitester report reading of one more byte for the Feature report under Windows. Not so sure if this is a problem with hidapitester or hidapi under Windows. If it is related to hidapi under Windows, the test gui seems to be correct. That is strange.

mcuee commented 3 years ago

With the same device, it works under Linux (Raspberry Pi 400), tested with the hidraw backend.

mcuee commented 3 years ago

It seems the issue is with hidapi Windows (inconsistent handing of input report and feature report) and not hidapitester. So I will close this issue.