Crate modbus_rtu

Crate modbus_rtu 

Source

Modules§

error
modbus-rtu crate error types

Structs§

AsyncMaster
Async Modbus RTU master that honors Modbus idle timing rules between frames.
Master
Blocking Modbus RTU master that enforces Modbus idle timing rules between frames.
QueuedMaster
Multi-producer async master backed by a single worker task.
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.