Skip to content

Command line tool for getting Fluke 189/289 measurements

Notifications You must be signed in to change notification settings

mrtumnus/fluke-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

fluke-cli

Python 2.7 script for getting Fluke 189/289 measurements

Example usages:
Print measurement
python fluke.py -p COM5

Print measurement, scaling by 1000 and rounding to nearest integer
(yes, this is a very specific use-case I had :)
python fluke.py -p COM5 -s 1000 -r 0

Python module dependencies:

  • docopt
  • pyserial

About

Command line tool for getting Fluke 189/289 measurements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages