C code to retrieve readings from my Uni-Trend multimeter
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Steffen Vogel 79f4719040 initial import 13 years ago
bin initial import 13 years ago
src initial import 13 years ago
.gitignore initial import 13 years ago
DSC00102.JPG initial import 13 years ago
README initial import 13 years ago
SerialPort.cpp initial import 13 years ago
UT61E.cpp initial import 13 years ago
UT61E.h initial import 13 years ago
UT61E.txt initial import 13 years ago
dmmut61e-0.01.tar.gz initial import 13 years ago
main.cpp initial import 13 years ago
screenshot.png initial import 13 years ago

README

dmmut61e - UNI-TREND UT61E Digital Multimeter
---------------------------------------------
Copyright (C) 2009	Steffen Vogel (info@steffenvogel.de)

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.


Dieses Programm liest den seriellen Datenstrom eines UNI TREND UT61E Digitalmultimeters ein und gibt ihn als CSV aus.
In diesem Format können die Daten ausgewertet werden oder gleich mit dem mitgelieferten Skript (graph) und gnuplot dargestellt werden.


USAGE
---------------------------------------------

dmmut61e /dev/ttyS0
graph /dev/ttyS0


DEPENDENCIES
---------------------------------------------

grep, cut, gnuplot, tail, bash


CHANGELOG
---------------------------------------------

29.11.2009 - 0.01
	- Initial version


CONTACT
---------------------------------------------

Steffen Vogel
info@steffenvogel.de
www.steffenvogel.de

Please send patches, bug reports, hints and donations via mail!