• 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...
  • 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 UART1 auto flow control using RTS-CTS
    I use MCB2300 keil boards for serial communication in lpc2368. I am try to make auto flow control using RTS- CTS signal given by LPC23xx user mannual. I got proper performance of RTS in keil popup window...