• HID example does not write to LPC2148
    Hi, I have build the LPC2148 evaluation board based on Keil schematic, just with basic connections. I have downloaded HID example and I got the LPC to enumerate. When I run the HIDClient.EXE on Windows...
  • LPC2148 HID
    Hello, I'm trying to understand this code "LPC2148 USB HID (Human Interface Device) Example". After enumeration an interrupt is always generated (for Endpoint IN 1). Then the report is sent to the...
  • LPC2148 USB HID Question
    Hello all, on my MCB2140 i have installed USb HID example, i try to understand some basic things how it's work. 1) In the current example i set bInterval=0x0A; //10ms, everything else is unchanged...
  • LPC2148 USB HID problem
    Hello, I have USB HID sample from NXP ( ics.nxp.com/.../an10736.zip ) and it work fine. Problem is the number of USB_HID_REPORT_OUT. When I set USB_HID_REPORT_OUT 1 it is working fine and data is recieved...
  • USB HID Problem with LPC2148
    Hi I managed to download USB HID Examples from the website and tested with LPC2148 and my PC using HID Client Example. The hardware responds to ON/OFF Commands as well as the Client Program responds...