Closed mfriedmann2 closed 6 years ago
Ref: this may help you. https://sourceforge.net/p/pyusb/mailman/message/31188626/
This is no a library bug. :-)
As the page you pointed out suggest, try to be more familiar with USB HID.
It must be sent in hexadecimals values.. That's how reports work.
Other possibility is that the data might be required to be sent in a feature report.
If you have a vendor app working, try to set a USB filter to know the reports you need to send.
Hello I am new to HID Communication Protocols and I only had previous I2C protocol experience and I am having some difficulties with just sending simple hexadecimals patches and receiving them with fixed length of bytes (raw_data).
I want to send the fixed length of 7 bytes to the device and I am receiving an error since the parameter in the send_output_report is not correct. Ithink it may be due to the data type. It must be sent in hexadecimals values.. what should I do to solve this issue?
This is the code I've got: