-
-
Notifications
You must be signed in to change notification settings - Fork 466
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
⏸️[FEATURE REQUEST]🦄USB serial support on ESP32-S2/ESP32-S3 for systems using CP210x, FTDI FT23x or CP34x #851
Comments
It is wonderful!!I'm looking forward to this function |
@luc-github any update on this? Did you merge in ? |
no, core 3.0 is.not released |
Working on porting USB-OTG from ESP3D-TFT to a ESP3D I have realized that IDF 5.1.2 release updated the USB drivers
to
which bring some minor API change but also a RX buffer with configurable size So I will update the code to handle driver update in ESP3D-TFT first and review the porting code I have already did which consist in an additional arduino library using idf usb-otg component |
First step is now done, I have created an arduino library https://github.com/luc-github/esp32-usb-serial |
Hi, esp32-arduino has been releases. Are there any updates on this? Can I help in implementing somewhere? |
this feature was not in release so I did a library https://github.com/luc-github/esp32-usb-serial I have ported also the ssdp library because arduino 3.0 is a breaking change |
Working slowly on implementation due to busy life, I moved from PIO to community PIO to get support of esp32 3.0.4~5 |
done with b409371 |
Note: Configurator need to be updated to add
Edit: Done |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Idf 5.1 has recently implemented multiple drivers registration support for USB CDC-ACM Virtual Com , it is implemented in ESP3D-TFT project
I have tested the feature with ESP3D-TFT and several boards (end3/ ender5/ FYSTEC E4, ESP32 boards...) and so far so good, but the esp board still need external power supply because USB port do not power esp, but no need to find serial port connections on printer/cnc anymore, just use right cable to connect printer/cnc USB port to ESP32-S2/S3 and they can communicate, this long time request finally come true ^_^
Arduino core dev team is working on IDF 5.1 implementation - https://github.com/espressif/arduino-esp32/blob/esp-idf-v5.1/
Once merged / released I will port ESP3D to this version and implement the USB-OTG support on ESP32-S2 and ESP32-S3.
The text was updated successfully, but these errors were encountered: