• piping output window
    Does anyone know if there's a mechanism to pipe the build output window to a file?
  • 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...
  • What is the way to change the control pipe's device address?
    I'm using the USB Component of MDK Middleware. I'm programing the hub host. but... The USBH_DefaultPipeSendSetup function failed to send the recognized device form the hub. because the...
  • 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...