thomasstenersen / pyrtt-viewer

A simple RTT client using Python 3 and pynrfjprog
MIT License
21 stars 5 forks source link
bluetooth j-link nordic nrf52 pynrfjprog rtt segger

PyRTT Viewer

Lint status

This is a simple Python 3 script for simple RTT interaction with an nRF5x device.

If you just want to use it directly, you can install using pip:

pip install pyrtt-viewer

Then you can run the script as a normal executable:

pyrtt-viewer -h

Usage

pyrtt-viewer [-s <serial-number>] [-c <rtt-channel>]

If you think you'd like to modify the script a bit, install it as a local package:

pip install -e .

Requirements