I'm currently writing a simple serial passthrough program for the ESP32-C3 that reads from the integrated USB Serial/JTAG controller and writes to UART1, and vice versa. The code will gladly read data using
Code: Select all
usb_serial_jtag_read_bytes
Code: Select all
usb_serial_jtag_write_bytes
Code: Select all
usb_serial_jtag_write_bytes
Thanks!