#串行 #pico #设备 #rp2040 #连接 #端口 #引导加载程序

app pico-serial

通过串行与RP2040设备交互的命令行工具

1个不稳定版本

0.1.0 2022年11月12日

#1779硬件支持

MIT 许可证

13KB
202

pico-serial

通过串行连接到pico,并带有一些辅助功能。

目前仅支持Windows和MacOS。

用法

Usage: pico-serial [<port>] [-l] [-b]

Send all (or some of) your connected pico into bootloader mode!

Positional Arguments:
  port              the rp2040's port, if unspecified the application will
                    automatically connect to the only rp2040 device detected

Options:
  -l, --list        list all connected rp2040 devices
  -b, --bootloader  send the rp2040 device into bootloader mode
  --help            display usage information

依赖项

约5-15MB
约193K SLoC