Search found 5 matches

by muratxx5
Sat Apr 12, 2025 5:54 am
Forum: Developer's Forum for Windows
Topic: Low level C library to use SpaceMouse devices
Replies: 10
Views: 21931

Re: Low level C library to use SpaceMouse devices

Well, never mind. I figured it out myself.**

Funny how this forum works—you ask a question, then end up playing both sides: the confused noob *and* the wise guru who solves it. Is this some kind of self-help therapy? 😅

Anyway, crisis averted. *Mic drop.*"
by muratxx5
Sun Apr 06, 2025 1:12 pm
Forum: Developer's Forum for Windows
Topic: Low level C library to use SpaceMouse devices
Replies: 10
Views: 21931

Re: Low level C library to use SpaceMouse devices

Thank you very much for the library, ruevs. I did what I mentioned—I can now use my old SpacePilot device with the latest 3DxWare software. This means I can use both my SpaceMouse and SpacePilot devices simultaneously. For this, just an empty Arduino Pro Micro connected to the computer was enough. W...
by muratxx5
Wed Jan 15, 2025 5:49 am
Forum: Developer's Forum for Windows
Topic: Low level C library to use SpaceMouse devices
Replies: 10
Views: 21931

Re: Low level C library to use SpaceMouse devices

Are you trying to make the SpaceMouse work "remotely"? In other words through a network? If so there are ready made solutions for USB devices. No, the current 3Dconnexion software does not recognize the SpacePilot device. However, with your code, we can operate the SpacePilot device with ...
by muratxx5
Wed Jan 15, 2025 5:48 am
Forum: Developer's Forum for Windows
Topic: Low level C library to use SpaceMouse devices
Replies: 10
Views: 21931

Re: Low level C library to use SpaceMouse devices

No, the current 3Dconnexion software does not recognize the SpacePilot device. However, with your code, we can operate the SpacePilot device with all its features on Windows 11. What I want to do is this: By running the device with your code, I want to send the bit values to a virtual USB device and...
by muratxx5
Tue Jan 07, 2025 5:48 am
Forum: Developer's Forum for Windows
Topic: Low level C library to use SpaceMouse devices
Replies: 10
Views: 21931

Re: Low level C library to use SpaceMouse devices

Hello, I have a question about implementing it in the Spacepilot device. If we create a virtual USB hardware and assign the spacemouse pro vid/pid values ​​to this hardware, the original 3dconnexion software sees the virtual device as if there really was a device, and when we run a service applicati...