A simple serial port monitor application in Python using pySerial. The GUI is designed using Tkinter.
To test the performance of our Python program, an Arduino program is written to send data on serial port at the baudrate of 921600.
Python Version: 3.8.10
pip install -r requirements.txt
- Tkinter Basic Widgets
- tkinter.scrolledtext — Scrolled Text Widget
- PySerial Short Introduction
- An Intro to Threading in Python
This project is licensed under the MIT license.