Search found 1 match

by smerrett
Thu May 25, 2023 8:41 am
Forum: ESP-IDF
Topic: How to send to UART0 while in monitor?
Replies: 0
Views: 864

How to send to UART0 while in monitor?

I would like to use UART0 as a console for input to the ESP32 devkit (using ESP-IDF in VSCODE). I can see the UART Echo example https://github.com/espressif/esp-idf/blob/master/examples/peripherals/uart/uart_echo/main/uart_echo_example_main.c , which works fine on UART2 or UART1 but it breaks the mo...