-
Notifications
You must be signed in to change notification settings - Fork 56
Serial devices (FTDI, CP210X, PL2303, CH340/1 and CDC) #1
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
Comments
Unfortunately this program implements only Host side and can work with only Low speed devices (1.5 Mb/s) |
@sdima1357 that should be plenty for 115,200 bits/s serial which is typical for e.g., 3D printing applications? |
It doesn't matter. USB 1.1 Devices may be 2 types : |
Ah, I understand. Thanks for the clarification! |
Uh oh!
There was an error while loading. Please reload this page.
@sdima1357 great work 👍
Would it be possbile to also support serial devices like
similar to https://www.hobbytronics.co.uk/usb-host-serial?
This would be very useful e.g., for 3D printer applications, where the ESP32 could be used to steer a 3D printer attached over USB.
The text was updated successfully, but these errors were encountered: