-
Notifications
You must be signed in to change notification settings - Fork 26
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
No Devices Found #18
Comments
At line line 261 I swapped from product id there seems to be that SpaceMouse Pro Wireless comes with multiple product id's. Output from the script mentioned in last comment here:
Take note of the product id. |
Thanks for the investigation! I've updated with a commit that has an extra HID entry for 0xC631. |
I also have an issue with list_devices returning an empty array. This is my output for the same pywinusb script:
|
My test script
outputs:
Even though the device is visible in Windows Device Manager:
With a different script I have, using pywinusb.hid, the 3Dconnexion SpaceMouse is listed, can be selected and will output button and movement data.
Can I get some feedback about how I would proceed forward to make pyspacenavigator properly find the device?
The text was updated successfully, but these errors were encountered: