• 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...
  • 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?
  • USB HID Joystick OutPut implementation
    I need confirmation if I have correctly implemented an output report. My descriptor looks like this: /*Endpoint*/ 0x07, /*bLength: Endpoint Descriptor size*/ USB_ENDPOINT_DESCRIPTOR_TYPE, /*bDescriptorType...