• 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...
  • LPC2368 HID data flow stop on IN Pipe
    Hello, I have configured two end points (interrupt pipes) as IN Pipe (End Point number 1) ---> To send data to Host/PC. OUT Pipe (End Point number 4) ---> To receive data from Host/PC. I...
  • 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...