Crate modbus_rtu

Crate modbus_rtu 

Source

Modules§

error
modbus-rtu crate error types

Structs§

Master
Blocking Modbus RTU master that enforces Modbus idle timing rules between frames.
Request
Represents an outgoing Modbus RTU request along with its metadata.

Enums§

Exception
Enumerates the Modbus application exceptions returned by a slave device, including a catch-all for codes not defined by the specification.
Function
Function
FunctionKind
FunctionKind
Response
Represents the outcome of a Modbus RTU request, covering data reads, write acknowledgements, and protocol exceptions.