Hi,
I've got a Problem with sending commands to a HID Device.
I can send the commands with the Tool SimpleHIDWrite (http://www.lvr.com/files/SimpleHIDWrite3.zip) and that works well -> I've got the Commands.
But i don't know how to send these commands to the HID Device.
For Example:
I want to turn on the LED of a keyboard.
With the Tool SimpleHIDWrite, I send the command "0x01" to the HID Device and the LED turns on.
How can i send these command to the HID Device with the USB Host Shield?