-
Is there an example of serial monitor setup and use of arduino-pico with picoprobe and platformio in Vscode? I can upload and debug without any difficulty but I can't use the serial monitor ( UART ). I can use serial monitor of wizio-pico + platformio + picoprobe setup and with openocd-gdb CMakeList.txt configuration (without platformio) as explained in the getting started manual but I can do it for arduino-pico with picoprobe and platformio in Vscode. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Sorry, just a me too. Looks like we are in the same boat. Any progress? What I did: This is the platformio.ini
This is my test scetch
|
Beta Was this translation helpful? Give feedback.
-
So I mixed up the numbering. Somehow I was lead to believe UART1->Serial1 and UART0/USB->Serial. |
Beta Was this translation helpful? Give feedback.
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