• 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...
  • 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...
  • 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...
  • 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...