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