Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
jherico's avatar
jherico
Adventurer
12 years ago

libusbx API for reading the input reports

So far I've been able to figure out how to use the libusbx fork of libusb to read and write feature reports, but I'm having a bit of a problem figuring out how to actually read the tracker messages. Has anyone who has gotten this to work using libusbx or libusb show and example of the calls given the libusb_device_handle *?

2 Replies

  • "jherico" wrote:
    So far I've been able to figure out how to use the libusbx fork of libusb to read and write feature reports, but I'm having a bit of a problem figuring out how to actually read the tracker messages. Has anyone who has gotten this to work using libusbx or libusb show and example of the calls given the libusb_device_handle *?

    I use the libusb version of the signal11 hidapi library. You could see how it calls libusb.