You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This obviously isn't the one for the keyboard, because it doesn't react to me pressing a key (always 0 bytes).
I tried opening the 2nd one:
% sudo ./hidapitester -v --vidpid 3297/1969 --usagePage 0x1 --usage 0x6 -l 8 --open --read-input-forever
Looking for vid/pid 0x3297 / 0x1969 (12951 / 6505)
Set usagePage to 0x0001 (1)
Set usage to 0x0006 (6)
Set buflen to 8
Opening device, vid/pid:0x3297/0x1969, usagePage/usage: 1/6
Error: could not open device
Error on read: no device opened.
But it fails without detail. How can I know what happens here? My goal is to be able to see the keyboard's reports. Thanks by advance!
The text was updated successfully, but these errors were encountered:
You cannot open Keyboard/Mouse devices with HIDAPI on Windows/macOS - operating system doesn't allow that.
If you do want to open a Mouse/Keyboard - you need to use OS API.
The only alternative - detach kernel driver, which is not trivial on macOS in general.
Hello, I'm writing a keyboard firmware, and I'm debugging the official one to see how it works. For some reason, it yields 5 entrie:
When I try and listen to the first one, it works correcly:
This obviously isn't the one for the keyboard, because it doesn't react to me pressing a key (always 0 bytes).
I tried opening the 2nd one:
But it fails without detail. How can I know what happens here? My goal is to be able to see the keyboard's reports. Thanks by advance!
The text was updated successfully, but these errors were encountered: