pyme31
Module for reading data from Digital Multimeter Metex ME-31 via RS-232
Usage
from pyme31 import Me31
def main():
# on windows use COM1, COM2...
dmm = Me31('COM1')
# on unix machines use /dev/ttyXX
dmm = Me31('/dev/ttyXX')
measurment = dmm.get_measurment
print(measurment)
print(measurment.value)
print(measurment.unit)
print(measurment.measuring_mode)
if __name__ == "__main__":
main()
example output
AC 19.1 mV
19.1
Unit.MILIVOLT
MeasuringMode.AC
Release files for pyme31-gamgee 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyme31-gamgee-1.0.1.tar.gz | 3.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyme31_gamgee-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:7.9 kB
Release files / pyme31-gamgee-1.0.1.tar.gz
| Download URL | pyme31-gamgee-1.0.1.tar.gz |
|---|---|
| Size | 3.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b12e1420823bfb0c917da7fc0b6ffeecac747167bbdab0bb8865761aef26c9a6
|
|
BLAKE2b-256 checksum How to use checksums |
99fd8264e4aa687ce5861f09ac279d9ad9868048b6f080b48330c7ff05ef253b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.1
|
Release files / pyme31_gamgee-1.0.1-py3-none-any.whl
| Download URL | pyme31_gamgee-1.0.1-py3-none-any.whl |
|---|---|
| Size | 4.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
39e633084c2969848763eaadf0950f189ddc16bebd29da12b2651f04b4fd980e
|
|
BLAKE2b-256 checksum How to use checksums |
bf74cd87bb09e675fb2036bc998dbaab699e4d07fc3dd551897e51f90c2010cc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.1
|