Atmelfan / scpi-rs

Rust SCPI parser
Apache License 2.0
37 stars 6 forks source link

[FEATURE] Support overlapped commands #23

Open Atmelfan opened 1 year ago

Atmelfan commented 1 year ago

The crate does not support overlapped commands as described in the IEEE488.2 / SCPI standard. Overlapping commands are optional in the standard and therefore not necessary but can be useful in certain cases.

This is not something I need or plan on working on. Please upvote this issue or leave a comment if overlapped commands are something you are interested in.