C code to retrieve readings from my Uni-Trend multimeter
Go to file
Steffen Vogel 79f4719040 initial import 2010-08-17 01:21:00 +02:00
bin initial import 2010-08-17 01:21:00 +02:00
src initial import 2010-08-17 01:21:00 +02:00
.gitignore initial import 2010-08-17 01:21:00 +02:00
DSC00102.JPG initial import 2010-08-17 01:21:00 +02:00
README initial import 2010-08-17 01:21:00 +02:00
SerialPort.cpp initial import 2010-08-17 01:21:00 +02:00
UT61E.cpp initial import 2010-08-17 01:21:00 +02:00
UT61E.h initial import 2010-08-17 01:21:00 +02:00
UT61E.txt initial import 2010-08-17 01:21:00 +02:00
dmmut61e-0.01.tar.gz initial import 2010-08-17 01:21:00 +02:00
main.cpp initial import 2010-08-17 01:21:00 +02:00
screenshot.png initial import 2010-08-17 01:21:00 +02:00

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!