Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SCPI standard link #29

Merged
merged 1 commit into from
May 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

These crates attempts to implement the IEE488.2 / SCPI protocol commonly used by measurement instruments and tools.

* [SCPI-1999](http://www.ivifoundation.org/docs/scpi-99.pdf)
* [SCPI-1999](https://www.ivifoundation.org/downloads/SCPI/scpi-99.pdf)
* [IEEE 488.2](http://dx.doi.org/10.1109/IEEESTD.2004.95390) *Non-free standard, SCPI-1999 above repeats most of the important stuff*

## Scope
Expand All @@ -29,4 +29,4 @@ Contributions are welcome in the form of pull request, issues or examples are we
# License
This project is licensed under the following licenses:
* Apache version 2 - See [LICENSE-APACHE](./LICENSE-APACHE)
* MIT - See [LICENSE-MIT](./LICENSE-MIT)
* MIT - See [LICENSE-MIT](./LICENSE-MIT)