Closed roaldarbol closed 2 years ago
Let's make the serial connection into its own module to be published on PyPi - then others should be able to easily access a serial connection in Tkinter (or other GUI) applications.
Should preferably be a solution where a serial.write
sends a command to begin and end.
Done!
The serial connection in
gui.py
needs to be moved. Also this is a test of making issues directly from VSCodium.