/python-serial-port-gui

Serial Port Communication Using PySerial + Tkinter GUI

Primary LanguagePythonMIT LicenseMIT

Python Serial Port + Tkinter GUI

A simple serial port monitior 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.