Controlling your redpitaya via SCPI commands in rust.
In your Cargo.toml:
toml
[dependencies]
redpitaya-scpi = "0.22"
Firt, you need to enable the SCPI server on your redpitaya, vi ssh:
```
```
You can permantly enable this service:
```
```
You can also enable it via the web interface, see the official documentation for instructions.
Build examples with cargo:
cargo run --release --example k2000