7 INCH ESP32S3 DISPLAY using USB and UART0 for serial communications

Just looking for a quick code sample that shows how to setup serial communications for UART0. I know it is simple, but I'm unable to get it working correctly. Also, am I correct in seeing that one cannot use both USB RX and UART0 RX. I would like to take different actions if data comes in from USB vs UART. If not possible, I'll find a way to deal with it.

Comments

  • No. It is not possible to take different actions depending on if the data comes from the USB or the UART plug. They both use the same UART.

Sign In or Register to comment.