dewiweb / spacemouse-osc

OSC(Open-sound-Control) from 3DCONNEXION Spacemouse Compact
MIT License
10 stars 1 forks source link

compatible with Space Mouse Pro? #5

Closed zebra1993 closed 8 months ago

zebra1993 commented 8 months ago

Good Day

Ive bought a Spacemouse Pro ages ago. in search to get data into another programm ive found your tool. Right now im struggling with resceiving OSC from your tool though. have changed the 'Remote OSC Server' to my IP (normal and 127.0.0.1), port 4003. i don't see any messages in Protokol nor Chataigne. I am wiggling the knob on the mouse around, no messages.

Any suggestion what i am missing?

My configuration currently: image image

dewiweb commented 8 months ago

Hello, Which version did you use (on which OS)? Did you create udev rules if you ran it on a linux OS?

zebra1993 commented 8 months ago

Good Morning I'm on Windows 10, With Mouse3D-OSC version 1.0.7 (the newest in the repo releases)

Ive tried to change the startup order (your tool first then chataigne or the other way round) Not via a USB hub, with USB hub, no change

Edit: i did just check the windows firewall rules, the tool is allowed on both network types, no change

dewiweb commented 8 months ago

I just published a pre-release : https://github.com/dewiweb/spacemouse-osc/releases/tag/v2.0.0-alpha.4 I'm not able to test it yet. Maybe I'll can investigate about this tomorrow. Is your spacemouse pro wireless or wired model?

zebra1993 commented 8 months ago

I do have a wired Spacemouse Pro. Tried your V2.00.A4 a quick test, no change. is there a way i can check if the spacemouse itself is sending the correct data? Ive tried the viewer of the 3dConnexion software and it works there but is there a way to check if your programm is receiving the USB data?

dewiweb commented 8 months ago

Maybe you can try to launch it with cmd(don't know if it return logs), or if you've got developper skill, you can clone the repo and launch yarn command then yarn start

dewiweb commented 8 months ago

Can you send me Vendor ID and Product ID ? _On Windows: Assuming your device is connected to the computer, go to "Device manager", find your device, right click on it, select "Properties", go to "Details" tab, select "Hardware IDs" from the drop-down, and you will find an entry of a form:

HID\VID_046D&PID_C05A

which are correspondingly vendor and product IDs._

zebra1993 commented 8 months ago

Didnt find the mouse in hardware manager, took a screenshot with Device tree viewer instead. hope it helps. i did get the project into VSCode, didnt have time to look at it yet. image

zebra1993 commented 8 months ago

I think ive found the issue, will make a PR when i'm done with getting the buttons to report their status as well. (want to try to get them working aswell)

VendorID is checked to be 9583, my mouse has 1133, when i add a | (OR) there it works

zebra1993 commented 8 months ago

youve seen the pullrequest, awesome. just a quick question, how do i build my own branch as an exe to not have to keep VScode open?

dewiweb commented 8 months ago

I published a new pre-release including your pr just now.

Le dim. 11 févr. 2024, 23:42, zebra1993 @.***> a écrit :

youve seen the pullrequest, awesome. just a quick question, how do i build my own branch as an exe to not have to keep VScode open?

— Reply to this email directly, view it on GitHub https://github.com/dewiweb/spacemouse-osc/issues/5#issuecomment-1937898990, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA3VFNYQRFG6YQRB4Z22ISTYTFCM5AVCNFSM6AAAAABDDD2RAGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZXHA4TQOJZGA . You are receiving this because you commented.Message ID: @.***>

dewiweb commented 8 months ago

I published a pre-release including your pr just now. If you'll want to build your own flavor(with local changes) you'll can use yarn package,it compile a win64 build.

dewiweb commented 7 months ago

@zebra1993 I made some improvements in latest release(V2.2.2), if you're interested to test it, user feedbacks are always welcome...