Search found 2 matches
- Thu Mar 21, 2024 8:28 am
- Forum: ESP-IDF
- Topic: ESP32-C6 USB Serial/JTAG controller usage
- Replies: 1
- Views: 790
Re: ESP32-C6 USB Serial/JTAG controller usage
I found out a way to work with ESP32-C6 USB. I'm using usb_serial_jtag_driver_install() followed by "usb_serial_jtag_read_bytes()" and "usb_serial_jtag_write_and_flush()" to read and write. I set sdkconfig "Channel for console output" to UART0 and "Channel for secondary output" to USB/JTAG. With thi...
- Tue Mar 19, 2024 3:51 pm
- Forum: ESP-IDF
- Topic: ESP32-C6 USB Serial/JTAG controller usage
- Replies: 1
- Views: 790
ESP32-C6 USB Serial/JTAG controller usage
Good morning everyone. I would like to develop an application with the ESP32-C6 board that appears as a USB peripheral to the PC. When connected to the PC, the application should be able to receive and send data. From what I understand, the ESP32-C6 board has a USB controller. Despite this, I have n...