https://github.com/newam/dp800
Rigol DP800 API and DP832 TUI
https://github.com/newam/dp800
dp832 rigol rust
Last synced: 4 months ago
JSON representation
Rigol DP800 API and DP832 TUI
- Host: GitHub
- URL: https://github.com/newam/dp800
- Owner: newAM
- License: mit
- Created: 2022-09-25T23:24:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T15:51:12.000Z (4 months ago)
- Last Synced: 2025-01-10T16:47:59.018Z (4 months ago)
- Topics: dp832, rigol, rust
- Language: Rust
- Homepage:
- Size: 294 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DP800
[](https://github.com/newAM/dp800/actions)

A weekend project to build a TUI for my Rigol DP832 power supply.
There are two crates in this workspace:
* `dp800`: A rust interface for the DP800 series power supply
* `dp832`: A basic TUI for the Rigol DP832## Configuration
The address of the power supply is configured with a file named `dp832.txt` in your [configuration directory].
This file must contain exactly one line with the address and port of the power supply's telnet interface, for example:
```txt
10.0.0.2:5555
```[configuration directory]: https://docs.rs/dirs/4.0.0/dirs/fn.config_dir.html