With this PC program you can control the Temperature Controller hardware from computer through serial port. Also you can set the temperature in range measurement with custom steps and time between.
pip install matplotlib
pip install tk
pip install pyserial
pip install crcmod
pip install pyautogui
pip install opencv_python
sudo apt-get install python3-pil python3-pil.imagetk
sudo apt-get install scrot
Run with command python3 TempControl.py
There is a nice graphical intuitive interface with comments.
You need a package:
pip install pyinstaller
and run
pyinstaller --onefile TempControl.py
Files: start_button_img.py, start_button.png, pic2str.py
are for controlling our custom made measurement device. Please ignore them also with checkbox "Control IVMaster".