python library which can talk with Voltcraft SEM6000
Go to file
sqozz 0d399fe61c Remove automatic reconnect 2020-01-16 19:02:43 +01:00
README.md Add README 2018-08-11 00:39:26 +02:00
example.py Reliable reconnect in user script 2020-01-16 14:50:48 +01:00
requirements.txt Add PoC lib 2018-08-11 00:32:33 +02:00
sem6000.py Remove automatic reconnect 2020-01-16 19:02:43 +01:00

README.md

$ git clone … sem6000
$ cd sem6000
$ virtualenv -p python3 python3_venv
$ . ./python3_venv/bin/activate
$ pip3 install -r requirements.txt
$ python3 example.py