Quantcast
Viewing all articles
Browse latest Browse all 5607

MicroPython • Re: Can't install Micropython on Thonny for Pico 2 - Noob here

MacOS: Thonny correctly finds the Pico without any need to mess around with serial ports and this has been so for a few years now
For me, on an M2 Mac Mini running latest everything, the system can't decide whether to attach a Pico on devices including but not limited to:
  • /dev/cu.usbmodem831201
  • /dev/cu.usbmodem1201
  • /dev/cu.usbmodem31201
It will usually try the wrong one on startup, and I have to manually fix it.

mpremote on Mac OS is a bit dismal too, as it's got no shortcut for Mac OS's long serial port names. On Linux, I can do

Code:

mpremote a1
and I'm (usually) connected. No such joy on Mac OS:

Code:

mpremote connect /dev/cu.usbmodem831201

Statistics: Posted by scruss — Sun Jan 12, 2025 8:43 pm



Viewing all articles
Browse latest Browse all 5607