Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paulober/listen2pico

Listen2Pico is a small command line utility for listening to MicroPython REPL output from embeded devices (read-only).
https://github.com/paulober/listen2pico

micropython python3 repl serialport

Last synced: 30 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```powershell
python.exe .\listen2pico.py
```
*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](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.