We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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