26 breaking releases
Uses old Rust 2015
0.27.1 | May 19, 2017 |
---|---|
0.26.0 | May 18, 2017 |
#1430 in Hardware support
75 downloads per month
60KB
1.5K
SLoC
Redpitaya SCPI
Controlling your redpitaya via SCPI commands in rust.
Installation
In your Cargo.toml:
[dependencies]
redpitaya-scpi = "0.22"
Usage
Setup
Firt, you need to enable the SCPI server on your redpitaya, vi ssh:
# systemctl start redpitaya_scpi
You can permantly enable this service:
# systemctl enable redpitaya_scpi
You can also enable it via the web interface, see the official documentation for instructions.
Examples
Build examples with cargo:
cargo run --release --example k2000
Dependencies
~160KB