Read data from a digital multimeter
Project description
PyDMM facilitates reading data from a digital multimeter (DMM). It works for example with HP-90EPC. Typical usage looks like this:
import pydmm.pydmm as pd
try:
number = pd.read_dmm(port=myport, timeout=3)
print(number)
except:
print("Error")
Preparations
install pyserial
install pydmm (this module)
connect the DMM to the usb-port of your computer
find out, which COM-port the device uses
use the port number myport (COM3 has number 2) when calling read_dmm()
Project details
Release history Release notifications | RSS feed
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 pydmm-0.4.6.zip.
File metadata
- Download URL: pydmm-0.4.6.zip
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84250f23d7097746da2493357ad923f2b37b4abb51c3ee39810252a149843840
|
|
| MD5 |
8f763616e19016601c8823b808eb8815
|
|
| BLAKE2b-256 |
c994844ea46d829b5e7eec5e69aa87835c6dfda470ded1ee8f0c9718567acafe
|
File details
Details for the file pydmm-0.4.6.win32.exe.
File metadata
- Download URL: pydmm-0.4.6.win32.exe
- Upload date:
- Size: 194.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7237621f67686b419c9b64759e5df51ee2e89b93640a281cca134ce220fe158a
|
|
| MD5 |
47999d9910e38cd3c4af6edd361aa837
|
|
| BLAKE2b-256 |
39ffbb3e5286efdffca7ae85f916626c1b5d7d97baac9508600760509717a408
|