is a small command line utility for listening to MicroPython REPL output from embeded devices (read-only).
- Python 3.x >= 3.9
pyserial
package installed
python.exe .\listen2pico.py <port>
CTRL-C to exit
The pyboard-tool (
/pyboard.py
) in this repository is a copy (on 21:33_18052023) of the original at https://raw.githubusercontent.com/micropython/micropython/master/tools/pyboard.py which is licensed under the MIT license (MIT). See top of the file for copyright notice.