Connect
Connect to an attached Raspberry Pi Pico via USB with the Pico-Sdk-JS Engine installed.
Usage
.connect [--device <devicename>]
Example
Connect to the /dev/ttyACM0
device.
.connect --device /dev/ttyACM0
Options
--device <devicename>
- The device identifier to connect to.
- Optional. By default
.connect
will attempt to connect to/dev/ttyACM0