Skip to content

A simple RTT client using Python 3 and pynrfjprog

License

Notifications You must be signed in to change notification settings

DojoFive/pyrtt-viewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyRTT Viewer

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

  • Python 3.x
  • pynrfjprog -- pip install pynrfjprog

About

A simple RTT client using Python 3 and pynrfjprog

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%