Hello I try to communicate with a custom USB HID device. I can see the device with manager.GetDevices command. I can also see the in and out endpoint. The endpoints return true to manager.USB_ENDPOINT_XFER_INT command. So it's an Interrupt transfert protocol, I expect that since it's an HID device.
The USB example deal with a Bulk transfert protocol. Is it possible to do it with Interrupt transfert ? Is there any example how to create the communication link ? Thank you for your help.
The USB example deal with a Bulk transfert protocol. Is it possible to do it with Interrupt transfert ? Is there any example how to create the communication link ? Thank you for your help.