Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 634 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 634 Bytes

Listen2Pico

is a small command line utility for listening to MicroPython REPL output from embeded devices (read-only).

Requirements

  • Python 3.x >= 3.9
  • pyserial package installed

Usage

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.