/ut61e-rs

A Rust crate to interface to UNI-T UT61E Digital Multimeters

Primary LanguageRustMIT LicenseMIT

ut61e

This crate provides an interface to UNI-T UT61E Digital Multimeters.

This is a port of ut61e_py.

Currently, this crate requires my fork of the cp211x_uart crate; my fork:

  • uses the hidapi crate, instead of the unmaintained hid crate.
  • fixes several bugs that either result in panics or truncated data

License

Licensed under MIT license.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in ut61e by you shall be licensed as above, without any additional terms or conditions.