Hi all. Tho I have this problem a long time, I try to ask here too.

When I use PicoProbe for debug my code with Visual Studio Code (or Codium), can’t get serial monitor working on the target Pico.

I have hooked up everything correctly, the probe’s Rx/Tx GPIOs are connected to the target’s UART0 Tx/Rx correctly (checked it, Tx-Rx and Rx-Tx, swapped it, no data at all. Tried to touch the wires to random spots, garbage appeared on the serial monitor, so the probe is probably listening)

Using USB as UART, connected directly to the target device does give me serial output, but through the probe and with UART, absolutely nothing.

I used the ‘hello_serial’ example project, built it with Codium (or VSCode), using the same plugins the pico_installer would setup. (MS CMake Tools, MS C++ tools and Cortex debug).

Debugging with openocd, or just running the built firmware on it’s own and listening to it with the probe has the same result: nothing.

Same on Windows, same on Linux.

Anyone has any idea? I can program the Picos this way, but I really need serial for debugging. I could use two USB cables, but soonly enough that won’t work.

Am I missing something? I did lots of search, but this feature should just work.

edit: fixed some typos

  • kuneho@lemmy.worldOP
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    8 months ago

    right now my setup, which only the “debugger/programmer” consists one breadboard with two picos; one for the debugger and one for serial monitoring, with two USB cables. it’s messy, but works, tho I shouldn’t need it to be this messy.

    for some reason, the RX/TX just gets pulled up high and that’s it, probably by the Probe if it’s on its own.