USB Host 2.0 Read and Write

Hello Trying to use the USB Host 2.0 Libary to work with an HID device for a project. T

Ive been able to get data from the usb device by using the examples from the get hub page. However, I cant seem to find a way to send data TO the usb device from the arduio.

The device has some status lights on it and Ive put a sniffer on it when its connected to the PC and I know I need to send the following hex data to turn those lights on. But Im not sure how to get this done via the library. Can anyone help with this?

Hex values I want to send to the device: 86 14 79 76 00 00 00 00

Thank you!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.