Step 3 - Connect to your Pico-SDK-JS via the CLI

  1. Run psj to start the CLI
  2. 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

  3. Test out the connection by running .ls or .stats