Lost serial port on a pico

RP2040 based microcontroller boards running MicroPython.
Target audience: MicroPython users with an RP2040 boards.
This does not include conventional Linux-based Raspberry Pi boards.
Post Reply
CrabbyPete
Posts: 4
Joined: Tue Feb 18, 2020 1:35 pm

Lost serial port on a pico

Post by CrabbyPete » Fri Dec 10, 2021 2:07 pm

I have been writing code in micropython on Pico and all was well, then one time the Thonny said there was no port. I reloaded micro python on the Pico, rebooted and when I looked at the ports on my mac (/dev/cu*) the serial port was no longer there. I plugged into my Windows machine, and still no serial port. I then loaded circuit python on it and the serial port appeared again. If I put micropython on it , no port. I want to use micropython for the threading. Any advice or help would be appreciated.

Post Reply