首页 > 编程语言 >How to find the "usbmodem" of Raspberry Pi Pico on macOS All In One

How to find the "usbmodem" of Raspberry Pi Pico on macOS All In One

时间:2023-03-31 18:56:09浏览次数:59  
标签:macOS en raspberrypi How https org Raspberry projects

How to find the "usbmodem" of Raspberry Pi Pico on macOS All In One

errors

/dev/tty.usbmodem0000000000001 not exist bug ❌

# 0000000000001 ❌
$ minicom -b 115200 -o -D /dev/tty.usbmodem0000000000001

官方 SDK 文档 ❌ bug

https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-python-sdk.pdf

solutions

  1. Terminal
# /dev => devices ✅
$ cd /dev && ls | grep "usbmodem"
cu.usbmodem14601
tty.usbmodem14601

# cu ✅
$ minicom -b 115200 -o -D /dev/cu.usbmodem14601

# tty ✅
$ minicom -b 115200 -o -D /dev/tty.usbmodem14601

  1. IDE

Thonny

Getting started with Raspberry Pi Pico

Learn how to use your Raspberry Pi Pico with Thonny and MicroPython

https://projects.raspberrypi.org/en/projects/getting-started-with-the-pico/2

Projecs of Raspberry Pi

image

https://projects.raspberrypi.org/en/

https://projects.raspberrypi.org/en/projects

LED

https://projects.raspberrypi.org/en/projects/scratch-3d-science
https://projects.raspberrypi.org/en/projects/scratch-3d-science/1

image

https://projects.raspberrypi.org/en/projects/scratch-led-game
https://projects.raspberrypi.org/en/projects/scratch-led-game/1

https://projects.raspberrypi.org/en/projects/beating-heart
https://projects.raspberrypi.org/en/projects/beating-heart/1

https://projects.raspberrypi.org/en/pathways/physical-computing-with-scratch-and-the-raspberry-pi

(

标签:macOS,en,raspberrypi,How,https,org,Raspberry,projects
From: https://www.cnblogs.com/xgqfrms/p/17277209.html

相关文章

  • use macOS terminal can not install MicroPython on Raspberry Pi Pico bug All In O
    usemacOSterminalcannotinstallMicroPythononRaspberryPiPicobugAllInOne使用macOS终端无法在RaspberryPiPico上安装MicroPythonbugMicroPython环境搭建您可以通过USB将Pico连接到计算机,然后将文件拖放到它上面来对Pico进行编程,因此我们整理了......
  • 【THM】How websites work(网站运行基础)-学习
    本文相关的TryHackMe实验房间链接:https://tryhackme.com/room/howwebsiteswork本文相关内容:要对网站进行漏洞利用,你首先需要知道网站是如何被创建的,本文将涉及HTML&JS以及......
  • VM虚拟机安装centos7.9并docker启动showdoc
    一、准备工作安装VMwareworkstations16版本,这个不做过多的介绍下载centos64位dvd版的centos7.9的镜像文件创建虚拟机,此过程也不做过多的介绍,设置root密码的时候千万要......
  • ctfshow web入门 文件上传 web151-160
    web151经典前端绕过web152简单后端绕过从web153开始,需使用.user.ini从web154开始,对文件内容进行黑名单过滤每个关卡会累计前面关卡的限制重点:了解前后端......
  • Disqus API 用法 How to get your Disqus API keys
    I’mworkingonimportingmycommentsintotheotherwiseexcellentDisquscommentingsystem,butgettingaholdofyourAPIkeyscanberatherdifficult,soI’l......
  • Raspberry Pi上手笔记之一
    RaspberryPi上手笔记之一作者:chszs RaspberryPi在国内称为“树莓派”,在开始使用树莓派之前,我们需要熟悉它的连接器和功能。这有助于我们选择使用树莓派来实现什么项目,也......
  • showDoc漏洞
    攻击者使用showDoc的漏洞传播僵尸网络 近日,阿里云安全团队基于威胁情报挖掘网络攻击日志的过程中,发现了使用showDoc漏洞传播僵尸网络和挖矿软件的攻击事件,使用该......
  • How can I know an IP is a public IP or not?
    HowcanIknowanIPisapublicIPornot?TodeterminewhetheranIPaddressispublicorprivate,youcancompareittoalistofprivateIPaddressrang......
  • IntelliJ IDEA 怎样关闭重复代码提示:Show all duplicates like this
    IDEA提示如下:ShowallduplicateslikethisDonotdetectduplicatesofthissize  1.打开左上角File-->Settings,选择Editor-->Inspections  2.找到Gen......
  • macOS Big Sur 11.7.5 (20G1225) 正式版 ISO、PKG、DMG、IPSW 下载
    本站提供的macOSBigSur软件包,既可以拖拽到Applications(应用程序)下直接安装,也可以制作启动U盘安装,或者在虚拟机中启动安装。2023年3月27日(北京时间28日凌晨......