This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to transfer the data less Report Count?

I want to use win lib(WDK) to transfer data to USB.

The Report Count was defined 8 byte. I need to send the data which has different length(3~8 byte) in the same Report ID. Can I send data less 8 byte? I use SendReport API to write data. Only transfer 8 byte will success. How can I solve this problem?