Interface for the Uni-trend (UNI-T) UT61D
=========================================
Copyright (C) 2013 Örjan Wennbom
This is a quick approach to interfacing with the UNI-T UT61D multimeter
through the USB and RS232 data acquisition cables. I believe I have
figured out the meaning of all the different response fields from the
meter. See the accompanying "coms.txt" for details.
The USB stuff uses libusb, so should work fine on all platforms supported
by libusb. The serial (RS232) stuff uses some ioctl hacks and likely only
works on linux. I only have access to linux systems for testing, so
haven't given much thought to portability.
The interface is released as free software [1]. The actual interface
header file (m_ut61.h) is distributed under the GNU GPL 3.0 license, see
the accompanying "gpl-3.0.txt" for details. Some small demo applications
are also provided.
For information on the API, please have a look at the m_ut61.h header file.
Please feel free to contact me with questions, suggestions, patches or
whatever at <ut61@odie.sork.nu>.
Links:
1: [http://www.fsf.org/about/what-is-free-software]