Crates.io | pico-serial |
lib.rs | pico-serial |
version | 0.1.0 |
source | src |
created_at | 2022-11-12 00:34:39.398695 |
updated_at | 2022-11-12 00:34:39.398695 |
description | CLI tool for interacting with a RP2040 device through serial. |
homepage | |
repository | |
max_upload_size | |
id | 713216 |
size | 42,960 |
Connect to a pico over serial with some helper features.
Currently only supports Windows and 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