xy-modbus 0.1.0

Modbus-RTU driver for XY-series programmable buck converters (XY6020L, XY6015, XY-SK60/120/120X). Only tested on real XY7025 hardware; other models share the register layout but are unverified.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Value types returned and accepted by the device API.

mod enums;
mod group;
mod model;
mod status;

pub use enums::{BaudRate, ProtectionStatus, RegMode, TempUnit};
pub use group::GroupParams;
pub use model::{Model, ModelCheck};
pub use status::{OnTime, SafetyLimits, Setpoints, Status, Temperatures, Totals};