RAWHID Sending Problem

I am using the https://www.arduino.cc/reference/en/libraries/hid-project/ to send RAWHID.

USB HID sends 64 byte arrays or lists at a time.

When it comes to sending the data via RAWHID using the HID Project.

Using RawHID.write(byt, 63); I can write a definite 63 bytes, although 64 bytes are always in the HID array, I need to ignore the 64th on the other device.

If I use RawHID.write(byt, 64); then 2 64 byte arrays are sent over HID.

I don't seem to be able to send just one full array of 64 bytes. Any ideas?

, I seem to be either able to send 63 bytes (64

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