-
Notifications
You must be signed in to change notification settings - Fork 904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed to open the device #454
Comments
Please see #373 |
Additionally: Windows driver subsystem owns all mouses and keyboards, so you cannot open those for read/write from user-space. If you need to communicate with mouse/keyboard, you better use native OS hooks for that matter, specifically designed to get mouse/keyboard related events. This is one of the items we should add as part of #61 |
Thank you, the problem has solved. |
…ces (#601) - unique Top-Level Usage_page/Usage: to be consistent with Windows/macOS (OS-level implementations). - support for single Usage Page item for several UsageIDs; - support for 32bit Usage items; Fixes: signal11#298 Fixes: signal11#454
Hi,
I am trying to communicate with an HID device with this library, I have two problems:
The text was updated successfully, but these errors were encountered: