-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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_interface_claim throw an error when connected a special tsc printer on esp32-s3 (IDFGH-8907) #10325
Comments
@yourchanges Could you post a copy of the tsc printer's full-speed configuration descriptor? |
follow the https://www.beyondlogic.org/usbnutshell/usb5.shtml I think mostly info is included in the pre-post logs, and here is the info when the printer connected a linux machine:
|
From your log, it looks like the interface's number (i.e., |
Our code already use what we just got:
and I also tried following cases:
I got error too:
|
It seems the not working printer is a full-speed printer, but the worked printer is just the high usb printer, it related or not? |
Answers checklist.
General issue report
here is the test code:
here is output
here is the related code:
so when we call usb write, there also be an error "[257770][I][usbhprinter.ino:179] loop(): [] usb_host_transfer_submit Out fail: 105"
any ideas about this problem?
The text was updated successfully, but these errors were encountered: