Skip to content
Discussion options

You must be logged in to vote

I'm not sure how you connected your USB2SERIAL to your ESP32S3.
Since you're using tx=8, rx=7 on your ESP32S3, you should connect it like this:

    USB2SERIAL        ESP32S3
       TXD-----------Pin7 (rx=7)
       RXD-----------Pin8 (tx=8) 
       GND-----------GND

Basically, you just need to cross the tx/rx wires and connect the ground together.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kdavies-kd
Comment options

Answer selected by kdavies-kd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ESP32
Labels
None yet
2 participants