• 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...
  • 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...
  • LPC2148 USB HID
    How to change report size in USB HID class. I would like to change ReportSize(8) to ReportSize(12) but the error has occur. Can I chage ReportSize to 12 bit? Now I use only one Enpoint. if I woule like...
  • LPC2148 USB HID
    How to change report size in USB HID class. I would like to change ReportSize(8) to ReportSize(12) but the error has occur. Can I chage ReportSize to 12 bit? Now I use only one Enpoint. if I woule like...
  • 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...