How to read/write from Jtag serial port
Posted: Sun Jan 14, 2024 4:24 am
I have an EPS32 app that uses uart_write_bytes and uart_read_bytes. I want to port this to an ESP32-C3. Can I use the JTAG serial port with uart_read/write_bytes? If so, which UART_NUM do I use? If not, is there another way of writing/reading to the JTAG serial port?