Search found 1 match

by marco2009
Sat Jan 27, 2024 10:53 am
Forum: General Discussion
Topic: ESP32 s3 UART2 loopback response is abnormal
Replies: 1
Views: 774

ESP32 s3 UART2 loopback response is abnormal

I found the UART_NUM_2 of ESP32 s3 does not work like the other uart ports in my project, therefore I coded the following loopback test in Arduino IDE, and the result are the same; normally "output" should be equal to "input" and "i", but only UART2's "output" gives the previous number as showing in...