• 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...
  • HID - Large USB Report Descriptor
    I've been getting up the curve on Using the STM32 cortex-m3's full-speed library (Datasheet, FS Library documentation, Jan's book, beyondlogic, etc) and have read a LOT of great posts and I think I have...
  • USB HID IN Report time lag
    I have designed code for our 64 byte xfer USB HID device. It works great most of the time. On Occasion, I can see an 8 (time varies) second lag between reading the IN report data, and actually getting...
  • 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...
  • 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...