Pseudo USB passthrough, looking for examples or tips #2879
Unanswered
wiredopposite
asked this question in
Q&A
Replies: 1 comment
-
can you able to communicate through end points ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been working on class drivers that will mount a device with TUH, parse descriptors, initialize TUD, then pass the descriptors and endpoint transfers through. I have it working with some devices, but when it comes to devices that require control transfers, like HID or proprietary, I'm running into some issues.
I'm wondering if anyone has tried to write a USB passthrough program with TinyUSB or are aware of any projects that do this, so I can get a better idea of how to handle transfers properly for this purpose.
Beta Was this translation helpful? Give feedback.
All reactions