#!/usr/bin/python2.7 # # Just a quick n' dirty script to read the Data from a VA18B multimeter. # This DMM uses the low nibble of 14 bytes to send the lcd segments. # # License: GPL v3. http://www.gnu.org/licenses/gpl-3.0-standalone.html # import signal import sys import time import serial import io import getopt interval = '1.0' device = '/dev/ttyUSB0' def showhelp(): print ' va18b.py -i