Secondary Virtual COM Port on Raspberry Pi Pico #9790
Unanswered
omicronns
asked this question in
Using MicroPython
Replies: 2 comments 2 replies
-
As described in that forum post, this feature is only for the stm32/pyboard (and only the high-end ones). We're working on more support for configuring the USB endpoints for Pico and other ports (including HID support), but this is not ready yet |
Beta Was this translation helpful? Give feedback.
1 reply
-
If I may ask, is there anything going on with this subject? I am also interested in opening a second VCP. |
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.
-
Hi,
I'm trying to add secondary VCP in MicroPython on Raspberry Pi Pico. I found this thread, and followed it. Unfortunately it doesn't work. I can build micropython with additional entries in
micropython/ports/rp2/boards/PICO/mpconfigboard.h
:But no additional com port is present in my system, only
ttyACM0
. Next point in linked thread is about addingboot.py
, butpyb
object/module is not available for me.What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions