• LPC2368 HID issues with implementing interrupt IN and OUT pipe together
    Hello, I am new to USB HID protocol. I am using LPC2368 to implement HID protocol. My requirement is to send data to host at given time interval and to accept some response from host/PC which...
  • Implementing 2 OUT pipes USB HID possible?
    Hello, I have implemented one interrupt type IN pipe and 2 interrupt type OUT pipe 1byte size and 8byte size respectively. I see data coming in on IN pipe successfully.But when i send data on OUT...
  • Kernel Objects - Pipes
    Does the concept of a Pipe kernel object exist in RL-RTX? This is typically found in VxWorks for instance. #define SU_PIPE_CHECK(p) #define SU_PIPE_CREATE(p, w, l, name) #define SU_PIPE_DELETE(p...
  • piping output window
    Does anyone know if there's a mechanism to pipe the build output window to a file?
  • LPC2368 HID Keyboard
    Hi, I've been try to modify USB_HID lpc23xx code to keyboard. and I aleady read this forum. www.cygnal.org/.../001381.html and I already modify usbdesc.c for keyboard. Now PC can see my lpc2368...