Vcp example not working
Posted: Sat Oct 12, 2024 11:38 am
Good morning i am trying to use the esp32 s3 board for comunicating with a device via rs232 but the device has a usb converter from serial, the converter its a ch340 type with the following parameters
USB Class : ff
USB SubClass : 01
USB Protocol : 02
I am using the latest release 5.3.1 abd the latest acm driver from 2 days ago. V 2.05.
https://github.com/espressif/esp-usb/bl ... /README.md
The example i am using its the one from
https://github.com/espressif/esp-idf/tr ... dc_acm_vcp
I am first just trying to make the example work. it compiles and i am able to flash, but all i get on the monitor is
I (59999741) VCP example: Opening any VCP device...
I (60005141) VCP example: Failed to open VCP device
even after connecting and diconnecting the usb device.
and that repeats over and over, i am using the otg usb c port of the s3 and for monitor the other usb c port.
Is there anything else i need to do in order for this to work?
Thanks aprecciated.
USB Class : ff
USB SubClass : 01
USB Protocol : 02
I am using the latest release 5.3.1 abd the latest acm driver from 2 days ago. V 2.05.
https://github.com/espressif/esp-usb/bl ... /README.md
The example i am using its the one from
https://github.com/espressif/esp-idf/tr ... dc_acm_vcp
I am first just trying to make the example work. it compiles and i am able to flash, but all i get on the monitor is
I (59999741) VCP example: Opening any VCP device...
I (60005141) VCP example: Failed to open VCP device
even after connecting and diconnecting the usb device.
and that repeats over and over, i am using the otg usb c port of the s3 and for monitor the other usb c port.
Is there anything else i need to do in order for this to work?
Thanks aprecciated.