Skip to content

Pico W usb serial issue #1627

Answered by earlephilhower
buhlerles asked this question in Q&A
Discussion options

You must be logged in to vote

It's very odd to come up right now, but there was just an addition to ignore the virtual DTR bit when writing to the USB serial port. I've never see anything that didn't set it properly from the PC, but evidently it's possible if you try hard enough. :)

See the docs: https://github.com/earlephilhower/arduino-pico/blob/master/docs/serial.rst#rp2040-specific-serialusb-methods

You'll need to use the git head as this was literally added less than 24 hours ago, but by adding a Serial.ignoreFlowControl(true) to the top of your setup() it might just be all you need.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@buhlerles
Comment options

@buhlerles
Comment options

@earlephilhower
Comment options

Answer selected by buhlerles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants