Search found 4 matches

by federico.massimi
Tue Jan 19, 2021 4:30 am
Forum: Developer's Forum for Windows
Topic: Read raw hid data natively on windows.
Replies: 7
Views: 22918

Re: Read raw hid data natively on windows.

I wrote this code which should help you
SpaceMousePro_HID.zip
Space Mouse Pro HID reader
(3.42 KiB) Downloaded 319 times
by federico.massimi
Tue Jan 19, 2021 4:29 am
Forum: Developer's Forum for Windows
Topic: Read raw hid data natively on windows.
Replies: 7
Views: 22918

Re: Read raw hid data natively on windows.

SpaceMousePro_HID.zip
Space Mouse Pro HID reader
(3.42 KiB) Downloaded 368 times
I wrote this code which should help you.
by federico.massimi
Mon Jan 18, 2021 8:43 am
Forum: Developer's Forum for Windows
Topic: Read raw hid data natively on windows.
Replies: 7
Views: 22918

Re: Read raw hid data natively on windows.

Unfortunately I have not found it, but I am very close to a code that works. When I finish I'll send you a copy of my code. Do you need it for C / C ++ or for java?
by federico.massimi
Mon Jan 11, 2021 2:56 am
Forum: Developer's Forum for Windows
Topic: Read raw hid data natively on windows.
Replies: 7
Views: 22918

Read raw hid data natively on windows.

Hi, I just bought a SpaceMouse pro for integration into my custom application. I wanted to ask if anyone had any simple example code to read HID raw data from the device. For now what I need is just a simple code that can print the raw data to the console. I found a python library that can do it, th...