• HID EP1 OUT problem
    Hi all I am new to USB and keil after studying keil Hid example and lots of forum posts,I modified the code to make it as I need. Now I am able to send 64 byte of code to\from PC from\to my device...
  • USB HID 4 IN endpoints Problems
    Hi All, I followed http://www.keil.com/forum/docs/thread11649.asp to try add 4 in endpoints with 64 byte data length on my MCB2300(LPC2368)board, But it can not be recognized. I can not fig it out...
  • USB HID Keyboard no Data on Endpoint 1
    Hi, I try to implement the HID keyboard protocol based on the HID example on my LPC1768 but unfortunately is doesn't work yet. The problem occurs after the host (Windows 7) reads the report descriptor...
  • Multiple HID reports on one endpoint
    Hi everyone, I'm working on a project that requires multiple input reports. It's an LPC2141 based system and I'm using Keil's USBHID code as the basis. I've tried everything I can think of to get...
  • Keil functions for writing in USB EP1 doesn't work?!
    i all, I am working with Keil for software development of my custom board which is based on LPC2368 device. I could run USBHID and USBaudio code samples of keil now when I want to change length...