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

LPC1768 RL USB Device HID Class - Data Transfer

Dear Friends,
I use RL USB HID V 4.22.
I've sent 8bit data to the PC successfully, but I do not have any idea how can I send 12 bits (and even more) data to the PC.
I tried to change the length;

usbd_hid_get_report_trigger(0, buf, 2);

and send data in groups of 8bits separately but I wasn't successful.

Please let me know what should I do?

Thanks