USBSerial (S2,S3) like FTDI? #6865
-
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 6 replies
-
Try this sketch first. |
Beta Was this translation helpful? Give feedback.
-
We also provide a firmware for ESP32-S2 or S3 which acts as a USB - UART/JTAG bridge: https://github.com/espressif/esp-usb-bridge |
Beta Was this translation helpful? Give feedback.
-
Sorry if I ask it here (maybe it is better if I open a new discussion?). On the FTDI, I can set a serial number and this is not only set on the USB-controller-device (in the device manager), but also in the serial-port-device as instance ID. FTDI: ESP32: Where is this instance id generated? I can't find where in the code, this id is created. I would like to always have the same id and with the USB serial number. Because windows creates a new COM-number for each of this instance id. |
Beta Was this translation helpful? Give feedback.
-
Hi @igrr I've also got the same issue. I've created a custom board with only the USB-D+ connected to GPIO20 and USB-D- connected to GPIO19. That is, I only have available the on-board USB-to-UART bridge. I'm also able to upload the sketches, but not to use the Serial port for communications. How did you finally solve it? |
Beta Was this translation helpful? Give feedback.
-
I am trying to understand the serial comms from two sides, in the ESP32-S3 and at the PC. At the ESP32-S3 end
In an Arduino program:
So I can write/read program data to three serial ports - Serial, Serial1, and Serial2. At the PC end Have I understood this correctly?
Thankyou for yoyr help. |
Beta Was this translation helpful? Give feedback.
Try this sketch first.
Some documentation: