• 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...
  • 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 feature
    HID Feature I have implemented a detach feature in a HID device which report descriptor is: const BYTE IPLB_ReportDescriptor[IPLB_SIZ_REPORT_DESC] = { 0x06, 0xA0, 0xFF, // USAGE_PAGE (Consumer...
  • 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...