ut181a
Uni-T UT181A digital multimeter (DMM) remote control library. It supports USB connection only.
Documentation
API documentation is here.
Building
Linux
$ sudo apt-get install libudev-dev libhidapi-dev
$ cargo build
Windows
Requirements:
- Rust target
*-pc-windows-msvc: VisualStudio 2015. - Rust target
*-pc-windows-gnu: MinGW
$ cargo build --features build
Usage
extern crate hid;
extern crate ut181a;
use ;
License
This library licensed under the following:
- MIT License (LICENSE or https://opensource.org/licenses/MIT)