• 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 Size
    Hello, I'm developing a USB firmaware for LPC2378 based on the KEIL HID example. In a first step I've changed the report size to 64 Byte and added an out_endpoint as descriped in this thread: http...
  • HID Report Size
    Hello, I'm developing a USB firmaware for LPC2378 based on the KEIL HID example. In a first step I've changed the report size to 64 Byte and added an out_endpoint as descriped in this thread: http...
  • USB HID Report ID
    Hello, I am useing an SAM7S256 controller. I want to implement a USB HID communication. I have already succeded to some degree with the Keil sample code for HID. My problem is the Report descriptor...