Skip to content
/ Serili Public

Com serial commandlinetool in python using pyserial

Notifications You must be signed in to change notification settings

h3rl/Serili

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serili

Com serial commandlinetool in python using pyserial and tkinter for gui

commandwindow

This is a project that provides a GUI-based console for interacting with a serial port. The GUI is created using the ConsoleWindow module from the gui package. The project also includes a util module for handling exceptions and a threading module to run a separate thread for reading data from the serial port. The user can enter commands in the console to open and close a serial port, list available serial ports, send commands to the serial port, and exit the program. The serial and serial.tools modules are used to communicate with the serial port, and the comports function from serial.tools.list_ports is used to list available serial ports. The program continuously reads data from the serial port in a separate thread and displays it in the console. The user can also input commands to send to the serial port.

Going to further develop this alongside my Balancer project

About

Com serial commandlinetool in python using pyserial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published