/pico-usb-serial

Code to control your pico from computer.

Primary LanguagePython

Controlling pico from computer via usb.

Setup

1. Copy the code.py file to a pico which installed circuitpython before.

2. find the pico COM port and change the COM port in host.py file with yours.

3. edit the code.py however you want.

4. run the host file and there you go. you have a basic shell now.