• USB HID Report size
    Hi. I'm working with LPC 2368 controller and need to write USB HID application. I'm using Keil's example as base and I need to change it to send more bytes from device to PC at once. I've changed the...
  • USB HID Report size
    Hi. I'm working with LPC 2368 controller and need to write USB HID application. I'm using Keil's example as base and I need to change it to send more bytes from device to PC at once. I've changed the...
  • Asymmetric sized USB HID IN and OUT reports
    I trying to make the OUT report size 1 while the IN report size 2 or more. Can this be done? Right now I have modified the descriptors and the client. The client sends the messages AFAIK. But device...
  • Asymmetric sized USB HID IN and OUT reports
    I trying to make the OUT report size 1 while the IN report size 2 or more. Can this be done? Right now I have modified the descriptors and the client. The client sends the messages AFAIK. But device...
  • HID Report Count
    Hi All. In HID example demo I set HID_ReportCount(64). If send data to mcu (setReport) then receive data and send to uart ,control it and all data receive but - is it possible??? packet size is max...