Replies: 1 comment
-
There's work going on to migrate esp32 S2 & S3 to the micropython common tinyusb integration #15108 If you instead mean you disconnect the first USB vcp port from repl using dupterm so you can use it for custom communications, well I'm planning on adding that to the common tinyusb integration but that hasn't been started yet. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I currently have a system that uses an STM processor that sends data to a host PC using a VCP over USB channel
The next hardware iteration uses an ESP32-S3 instead
The
pyb
library is not available on ESP32 and is oing to be deprecated so I ned an alternative implementation using themachine
library, however i haven't found one yet.What alternatives are available?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions