Driver module for the SulfiLogger sensor
Project description
SulfiLogger sensor
Module for reading data from the SulfiLogger sensor
python requirements
- Python 3.7 or newer
python code example
import os
from pySulfiLoggerAPI import sensor
# locate sensor
comport = sensor.findCom( debug = False,
useAnyDriver = False,
driver = ['FTDI','Moxa Inc.'])
if(comport == None):
print('info','no sensor found.')
os._exit(1)
# data acquisition
sample = sensor.getData(comport)
print(['signal', 'unit', 'temperature', 'unit'])
print(sample)
more examples
A python script for continuously logging and plotting via the bokeh module is available upon request.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pySulfiLoggerAPI-0.0.2.tar.gz.
File metadata
- Download URL: pySulfiLoggerAPI-0.0.2.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
793c51aabda24983eddc808db9ab30d759cdeef4eabc70f639aa79dfcfa04fda
|
|
| MD5 |
f42231b3fded2fa949a139ad9a41d0b4
|
|
| BLAKE2b-256 |
bba4787a1b2821d288e9ac76f055f3337968d3fe63731e556cb4aab28d2c5bf4
|
File details
Details for the file pySulfiLoggerAPI-0.0.2-py3-none-any.whl.
File metadata
- Download URL: pySulfiLoggerAPI-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2641aa7229ad5210cadbf1ceb738acb8b233e12e647e42f7bd326594b4004ae
|
|
| MD5 |
a4486d8686e9e7b366f683b72b00e4f9
|
|
| BLAKE2b-256 |
cef4f3f359570eb0ac121493bfd26044400d751dfc87b6d17626a1c1f3abab22
|