Step 3 - Connect to your Pico-SDK-JS via the CLI
- Run
psj
to start the CLI -
Make sure your Raspberry Pi Pico is connected via USB and enter the command
.connect
Running
.connect
will automatically attempt to connect to/dev/ttyACM0
. If your Raspberry Pi Pico is listed as a different device name, then connect to it via.connect --device <device name>
. For more information on connecting see CLI REPL Usage/Connect - Test out the connection by running
.ls
or.stats