Replies: 1 comment 1 reply
-
The ESP32-S3 does in fact present its REPL via a USB-CDC (virtual COM port). So you're free to use it for transmitting and receiving data. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is USB_VCP supported on ESP32S3? Are there other alternatives to tx-rx data through the USB of the board (without using any additional pins)?
I saw this answer by @jimmo , I don't know if the situation might have changed, or if he was talking about something different.
Thanks in advance 🙂
Beta Was this translation helpful? Give feedback.
All reactions