Page 1 of 1

How to read/write from Jtag serial port

Posted: Sun Jan 14, 2024 4:24 am
by mishagreen
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?

Re: How to read/write from Jtag serial port

Posted: Mon Jan 15, 2024 12:10 am
by MicroController

Re: How to read/write from Jtag serial port

Posted: Tue Jan 16, 2024 5:43 pm
by ves011
I guess you mean USB jtag/serial controller and if this is the case you cannot use uart functions.
See this topic viewtopic.php?t=22532