Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pydmm-0.4.6.zip (2.9 kB view hashes)

Uploaded Source

Built Distribution

pydmm-0.4.6.win32.exe (194.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page