-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
USB HOST implementation on teensy 4.1 #6527
Comments
read isn't implemented yet. :-) I mentioned it here: #6125 I should have had it raise an error. Sorry! I thought I'd get back to it quickly but didn't. I switched off of it while waiting for a TinyUSB API to call. Would you like to try and add it? It shouldn't be too hard now that TinyUSB has an API for it. (I haven't looked at specifics though.) |
Thanks for answer, Scott! |
Yup! Happy to. Join us on discord if you haven't yet too. There is a #circuitpython-dev channel where we can help you get over any bumps. https://adafru.it/discord
If you hit any snags, jump on Discord and we'd be happy to try and help. |
Thanks, Scott! |
Connects up read, write and ctrl_transfer to TinyUSB. USB Host support is available on iMX RT and RP2040. Fixes adafruit#6527 (imx) and fixes adafruit#5986 (rp2).
I can't get data through endpoint of usb host implementation
Where is my mistake?
this is my code:
I'm getting right device manufacturer and product names,
but my "buf" is always empty and "count" of read bytes is always 14...
I also tried 7 and 8 version of CircuitPython and different usb devices...
The text was updated successfully, but these errors were encountered: