1 个不稳定版本
0.1.0 | 2024年1月10日 |
---|
#1811 在 命令行工具
36KB
750 行
KWR103
通过串行/USB 或以太网/UDP 远程控制 Korad KWR103 型可编程直流电源。
安装
选择以下选项之一
-
从 发布页面 下载与您的目标平台匹配的预编译二进制文件
-
通过克隆此仓库并运行
cargo build --release
来从源代码构建二进制文件
使用方法
有关 库使用,请参阅 docs.rs 上的文档
有关 命令行使用,请参阅内置的帮助信息
❯ kwr103 help
Remote control Korad KWR103 programmable DC power supplies
Usage: kwr103 [OPTIONS] <COMMAND>
Commands:
voltage Set the output voltage
current Set the output current
output Turn power supply output 'on' or 'off'
status Show current output voltage and current
info Show system information
dhcp Turn DHCP 'on' or 'off'
help Print this message or the help of the given subcommand(s)
Options:
--device <DEVICE> Specify device for serial connection [example: /dev/ttyACM0]
--ip <IP> Specify IP address for ethernet connection [example: 192.168.1.195]
--port <PORT> UDP port for ethernet connected devices [default: 18190]
--baud <BAUD> Serial baud rate [default: 115200]
--id <ID> Optional RS485 device ID
-h, --help Print help
-V, --version Print version
示例使用
❯ kwr103 status
Output: Off, Voltage[V]: 0.000, Current[A]: 0.000
❯ kwr103 output on
❯ kwr103 status
Output: On, Voltage[V]: 42.000, Current[A]: 0.131
致谢
这个crate的开发受到了 Nicoretti/ka3005p 的极大启发
依赖项
~3–4.5MB
~85K SLoC