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
Usage
extern crate hid;
extern crate ut181a;
use ;
License
This library licensed under the following:
- MIT License (LICENSE or https://opensource.org/licenses/MIT)