This is a linux clone of the test application of Velleman K8055 USB Experiment Board for operating systems supporting libusb-1.0 (http://www.libusb.org/wiki/libusb-1.0), such as Linux.
Main Features
runs with libusb-1.0
up to 4 k8055 boards supported simultaneously (limit is given by k8055 hardware)
pseudo-querying of a board's output status (see header file documentation for detailed explanation) concise and lightweight
based on KDE 4.12
QT 4.8.5
QWT 6.1.0
Requirements
libusb-1.0
based on KDE 4.12
QT 4.8.5
QWT 6.1.0
cmake
Build
Run ```mkdir build; cd build; cmake .. ``` in the project root folder.
Documentation
No documentation provided
Authors
The test application is written by Roland Stadtmüller
The library (included in k8055-lib is written by Jakob Odersky (http://jodersky.github.com/k8055). See link for more information (e.g. udev-rules).
It is based on the information provided by the following people who wrote the original version of `libk8055' (http://libk8055.sourceforge.net) :
- 2005 by Sven Lindberg <k8055@k8055.mine.nu>
- 2007 by Pjetur G. Hjaltason
<pjetur@pjetur.net> Commenting, general rearrangement of code, bugfixes, python interface with swig and simple k8055 python class
License
k8055n-boeardtester: Copyright (c) 2014 by Roland Stadtmueller
k8055-lib: Copyright (c) 2012 by Jakob Odersky
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditionsare met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Tested
Linux 3.14.14 gentoo SMP x86_64 (Nov. 2014)