A serial port monitor & control application in Python using pySerial.The GUI is in customtkinter. It is designed to control 2 relays, read Temperature and Voltage from the MCU ADC.
- the targeted MCU is STM32f1xx
- the targeted port is COM7
- The baud rate is 115200
pip install -r requirements.txt