Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 889 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 889 Bytes

Python Serial Port + Tkinter GUI

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.

Install dependencies

Python Version: 3.8.10

pip install -r requirements.txt

Tutorials

License

This project is licensed under the MIT license.