Crates.io | scpi-contrib |
lib.rs | scpi-contrib |
version | 1.0.1 |
source | src |
created_at | 2023-03-14 21:41:12.055032 |
updated_at | 2024-05-15 12:28:39.931923 |
description | SCPI/IEEE488.2 contrib library |
homepage | http://Atmelfan.github.io/scpi-rs |
repository | https://github.com/Atmelfan/scpi-rs |
max_upload_size | |
id | 810238 |
size | 128,267 |
These crates attempts to implement the IEE488.2 / SCPI protocol commonly used by measurement instruments and tools.
The crate does not support any transport layer, it only reads ascii-strings ([u8]
) and writes ascii responses.
It does not implement any higher level functions/error handling other than SCPI parsing and mandated registers/commands(optional).
scpi
- SCPI/488.2 parser and command tree library.scpi-contrib
- Contribution library, provides default implementations for mandatory commands and abstractions for SCPI subsystems.scpi-derive
- Procedural macro support library, creates enums understood by Scpi (See ScpiEnum) and some internal library stuff.Look at the examples in scpi
or scpi-contrib
.
Contributions are welcome in the form of pull request, issues or examples are welcome.
This project is licensed under the following licenses: