This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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 pipe I see no data.
If I remove the 8 byte OUT pipe I see data being handled faithfully.

So, I need to understand if implementing 2 OUT pipes (interrupt type) in same interface configuration is possible?

Regards,
Sonam.

0