How to set up UART(1) ESP32-S3 for USB serial comms using CH343 #15579
-
Please can anyone help with correct setup and software.
Command: uart.any()
I have wrote a short serial test script that loops to uart.write('Hello from uart1') every second and on the CH343 bard can see the TXD light flash. Can anyone shed some light on what I am doing wrong or missed? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm not sure how you connected your USB2SERIAL to your ESP32S3.
Basically, you just need to cross the tx/rx wires and connect the ground together. |
Beta Was this translation helpful? Give feedback.
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:
Basically, you just need to cross the tx/rx wires and connect the ground together.