USB ESP32-S3
Posted: Fri Feb 02, 2024 1:29 am
by baotd_innova
Hi, I am a problem about usb esp32-s3.
I want to send data esp32-s3 to pc but I don't find api support. How to send data esp32-s3 to pc ?
Re: USB ESP32-S3
Posted: Fri Feb 02, 2024 8:38 am
by mikemoy
Re: USB ESP32-S3
Posted: Fri Feb 02, 2024 8:49 am
by baotd_innova
I need api write and read data raw communication pc and esp32s3.
Re: USB ESP32-S3
Posted: Wed Feb 14, 2024 9:38 am
by tore-espressif
Here's a link to USB device CDC example and an exact line that sends data to USB Host (PC):
https://github.com/espressif/esp-idf/bl ... main.c#L33