volunteerlabs / PythonSerialMonitor

A very bare bones python serial monitor with GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Serial Monitor

This is a Serial Monitor written in Python. There are many like it, but this one is mine.

This program by itself is not very different from many other serial monitor programs. It has been intentionally kept simple with a very open (MIT) license so that it can be taken apart and reused in other applications.

A .wxg file is also included in this repository which can be loaded and modified using WxGlade a very simple python GUI builder for WxPython.

alt text

Installing

  1. Clone the Repository using:
git clone https://github.com/volunteerlabs/PythonSerialMonitor.git

  1. You may need wx widgets for python. To get this on Ubuntu use this:
apt-get install python-wxgtk2.8

Or folow the directions here: https://wiki.wxpython.org/How%20to%20install%20wxPython

  1. To run the code you simply use:
python pythonSerialMonitor.py 

  1. Since this program accesses COM ports you may increased privlidges to use this program. In Ubuntu you can create new rules for a specific device (recommended) or run as admin (not recommended).

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A very bare bones python serial monitor with GUI

License:MIT License


Languages

Language:Python 100.0%