2 个不稳定版本
使用旧的Rust 2015
0.2.0 | 2017年12月31日 |
---|---|
0.1.0 | 2017年11月18日 |
在 硬件支持 中排名 #1178
46KB
973 行
ut181a-cli
Uni-T UT181A 数字多用表(DMM)远程控制命令行界面。它仅支持USB连接。
安装
您需要Rust编程语言工具链来编译 ut181a-cli
。推荐安装Rust的方式是使用 rustup
工具。请遵循 https://www.rustup.rs/ 上的说明。
Linux
$ sudo apt-get install libudev-dev libhidapi-dev
$ cargo install ut181a-cli
Windows
您可以在 发行版页面 下载编译好的二进制文件。
从源代码编译的要求
- Rust目标
*-pc-windows-msvc
:VisualStudio 2015。 - Rust目标
*-pc-windows-gnu
:MinGW
$ cargo install ut181a-cli --features build
使用方法
$ # Connect DMM to PC.
$ # Turn on DMM, press 'F4' ('SETUP') and set 'COMMUNICATION' to 'ON' state.
$ # Set mVDC mode for example.
$ ut181a-cli list-devices
Found DMM at path '0001:0004:00'.
$ ut181a-cli read once
Mode: mVDC [] [AUTO]
Range: -600...600 mV
1.74 mVDC
FAST: -104.61425 mVDC
运行 ut181a-cli help
查看其他命令。
许可证
本软件遵循以下许可证
- MIT 许可证 (LICENSE 或 https://opensource.org/license/MIT).
依赖项
~7MB
~121K SLoC