ESP32-S3 USB CDC
#1502
-
How to use USB CDC on ESP32-S3? |
Beta Was this translation helpful? Give feedback.
Answered by
Seeung
Jun 13, 2024
Replies: 2 comments
-
The USB CDC is used by WireProtocol (default firmware based on devkit with two USB C). At the moment I don't see any code that exposes that to nF. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I found solution, USB CDC used as |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Seeung
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found solution, USB CDC used as
COM1
.Configuration USB CDC is in binutils.ESP32.cmake file.