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?
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...
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 ...
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...
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...