Skip to content

jenrei/pytemperaturectrl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytemperaturectrl - Python package

This is a python library to communicate with temperature control unit. Work with Julabo Corio CD www.julabo.com

Some Samples

open port, get version

>>> from pytemperaturectrl import julabo
>>> j = julabo.Julabo()
>>> j.open('COM4')
>>> j.getVersion()
'JULABO CORIO CD - 200F 230V 50Hz Version 2.4.1'

close port

>>> j.close()

About

Python temperature control

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%