• USB Keyboard/Mouse HID
    Hi, I'm trying to implement a mouse and keyboard via my LPC2378 ARM chip. I have the mouse working correctly using the Keil USB classes. How would I go about implementing the keyboard side on the...
  • USB HID Mouse for LPC2148 controller
    Hi All, I am trying to implement a HID mouse on LPC2148 board.I downloaded code from keil for the same controller and tried to use it but it did not work.If anybody has working code then please post...
  • LPC1756 HID mouse, no IN report interrupt
    Hi, I'm trying to implement the generic USB mouse functionality on NXP LPC1756. Basing on Keil LED HID example, I modified the USB descriptor as following: /* HID Report Descriptor */ const uint8_t...
  • How to keep my HID from permanently sending data
    Hi there! I've set up an HID which works fine with HIDClient.exe: it gets polled every 32ms (as per the descriptor), it receives and sends decent data. However, what I'm aiming at is something like...
  • USB HID Mouse Driver using LPC2148
    Hi all, Thanks for your contineous support from this site. I want to detect my board as HID mouse when plugged to USB port of PC. For that I guess I need to write HID mouse driver. I am using...