Search found 5 matches

by dcrb
Mon May 17, 2021 6:50 am
Forum: Developer's Forum for Windows
Topic: Data sent by SpaceMouse Devices
Replies: 1
Views: 15318

Data sent by SpaceMouse Devices

Hello there, My question is simple: is there anywhere where I can find all the different data a SpaceMouse can send (and can receive) and its range? Context: I'm working on reading the raw data the SpaceMouse sends and then communicating it to other devices for robotics systems control. I've been re...
by dcrb
Thu Apr 15, 2021 7:21 am
Forum: Developer's Forum for Windows
Topic: Dectecting SpaceMouse Wireless Receiver via PyUSB
Replies: 8
Views: 32718

Re: Dectecting SpaceMouse Wireless Receiver via PyUSB

I haven't. Since I could deal with the SpaceMouse wired but not with the wireless receive, I figured I'd rather ask here. I will try to figure it out and consult with PyUSB developpers with the information you've gave me about the interfaces and collections a few days ago. Thank you for your time an...
by dcrb
Tue Apr 13, 2021 8:45 am
Forum: Developer's Forum for Windows
Topic: Dectecting SpaceMouse Wireless Receiver via PyUSB
Replies: 8
Views: 32718

Re: Dectecting SpaceMouse Wireless Receiver via PyUSB

I'm using pyUSB. I've tried to check such examples but haven't found anything that helped solve my issue so far
by dcrb
Tue Apr 13, 2021 7:40 am
Forum: Developer's Forum for Windows
Topic: Dectecting SpaceMouse Wireless Receiver via PyUSB
Replies: 8
Views: 32718

Re: Dectecting SpaceMouse Wireless Receiver via PyUSB

Hello ngomes, Thanks for your reply. I'm quite new to this and I don't understand much of USB HIDs. For the SpaceMouse wireless cabled, I use the following line to select it, which works perfectly since there's only one HID: dev = usb.core.find(idVendor=0x256f, idProduct=0xc62e) #SpaceMouse Wireless...
by dcrb
Mon Apr 12, 2021 7:01 am
Forum: Developer's Forum for Windows
Topic: Dectecting SpaceMouse Wireless Receiver via PyUSB
Replies: 8
Views: 32718

Dectecting SpaceMouse Wireless Receiver via PyUSB

Hello there, I'm currently working on an application that relies on a SpaceMouse Wireless. I've developped a code in python to read and send the SpacMouse info to another device. I've managed to have it work with a SpaceNavigator. Now I would like to make it work with the SpaceMouse Wireless but I'm...