Search found 1 match
- Tue Mar 28, 2023 9:01 pm
- Forum: ESP-IDF
- Topic: EPS32-C3 USB serial not writing
- Replies: 2
- Views: 1453
EPS32-C3 USB serial not writing
Hello, 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 usb_serial_jtag_read_bytes but usb_serial_jtag_write_bytes does not print any output t...