Skip to content

Example Serial-Monitor use with PicoProbe and PlatformIO in VsCode #1220

Answered by joba-1
TA1DB asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry, just a me too. Looks like we are in the same boat. Any progress?

What I did:
On opensuse linux with VS Code and PlatformIO I can connect the pico-w with USB and see Serial.print() output via the matching tty port (env:picow) while the led blinks.
If I use a picoprobe and no usb connected to the target probe I can debug but I cannot see Serial.print() output (env:picow_debug).
I connected a logic analyzer to the target pins 0 and 1 and see just a permanent high level. So it looks like it is not a wiring problem and not a picoprobe problem but a firmware problem on the target.

This is the platformio.ini

[platformio]
default_envs = picow_debug

[env]
framework = arduino
monitor_speed …

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@earlephilhower
Comment options

@TA1DB
Comment options

Answer selected by TA1DB
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants