Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/paulober/listen2pico
- Owner: paulober
- Created: 2023-05-18T19:45:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-18T19:56:11.000Z (over 1 year ago)
- Last Synced: 2024-11-06T14:48:44.873Z (3 months ago)
- Topics: micropython, python3, repl, serialport
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.