https://github.com/charkster/testequity107
Python class to control TestEquity 107 Benchtop Temperature Chamber (Environmental Chamber) using minimalmodbus and a usb-to-serial cable.
https://github.com/charkster/testequity107
temperature-chamber temperature-control test-equity
Last synced: 8 months ago
JSON representation
Python class to control TestEquity 107 Benchtop Temperature Chamber (Environmental Chamber) using minimalmodbus and a usb-to-serial cable.
- Host: GitHub
- URL: https://github.com/charkster/testequity107
- Owner: charkster
- License: mit
- Created: 2021-04-16T01:13:29.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-22T23:24:22.000Z (over 3 years ago)
- Last Synced: 2025-01-13T19:26:55.682Z (over 1 year ago)
- Topics: temperature-chamber, temperature-control, test-equity
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# testequity107

Python class to control TestEquity 107 Benchtop Temperature Chamber (Environmental Chamber) using minimalmodbus and a usb-to-serial cable.
"check_serial_ports.py" should work on both Windows and Linux. This can be used to list all serial ports (my cable has a specific chipset, so I know which port it is connected to).
There is a "check_model" function in "test_equity_107_usb.py" which can also be used to ensure that the specified serial port is connecting to the temperature chamber device.