CINF / PyExpLabSys

Python for Experimental Lab Systems: Serial drivers, file parsers, data and live sockets
GNU General Public License v3.0
74 stars 33 forks source link

Python3 support in Lascar temp and humidity driver #25

Open KennethNielsen opened 5 years ago

KennethNielsen commented 5 years ago

This PR implements a somewhat clumsy but functionel Python3 (on top of Python2) support for this driver. The device in question is a small USB-pen based temperature and humidity and sensor. I don't know if it is even in use at CINF anymore, which may mean that the right move really is to make it Python3 only. If that is what you prefer, let me know and I will fix it.