Thanks "lbernstone" for your feedback.
Sorry, but I'm confused. When the reset occurs, the PC application is connected to the ESP32 through the native USB. So, the RTS is not driven from the app because there are only the D+ and D- signals in the USB. Is it the ESP32 by itself that drives the RTS ...
Search found 3 matches
- Wed Jun 25, 2025 10:15 am
- Forum: ESP32 Arduino
- Topic: ESP32 S3 with native USB in CDC, device restarts when the desktop app opens the virtual COM port
- Replies: 4
- Views: 783
- Sun Jun 22, 2025 12:35 pm
- Forum: ESP32 Arduino
- Topic: ESP32 S3 with native USB in CDC, device restarts when the desktop app opens the virtual COM port
- Replies: 4
- Views: 783
Re: ESP32 S3 with native USB in CDC, device restarts when the desktop app opens the virtual COM port
The Arduino serial monitor does not generate the device reboot. Additionally, the Teraterm app does not trigger a device restart when it opens the COM port.
However, in many other Windows apps, particularly customer apps, a device reboot is triggered.
The native USB connection has only the D+ and D ...
However, in many other Windows apps, particularly customer apps, a device reboot is triggered.
The native USB connection has only the D+ and D ...
- Fri Jun 20, 2025 3:58 pm
- Forum: ESP32 Arduino
- Topic: ESP32 S3 with native USB in CDC, device restarts when the desktop app opens the virtual COM port
- Replies: 4
- Views: 783
ESP32 S3 with native USB in CDC, device restarts when the desktop app opens the virtual COM port
I have two projects: both use the ESP32S3, and both utilise the native USB as the virtual serial communication with specific desktop applications.
One project is developed in IDF, and the other in Arduino.
In both projects, we have set up the native USB in CDC mode .
In IDF , using the sdkconfig ...
One project is developed in IDF, and the other in Arduino.
In both projects, we have set up the native USB in CDC mode .
In IDF , using the sdkconfig ...