Skip to content

volunteerlabs/PythonSerialMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages