Crate modbus_rtu
Source - error
- modbus-rtu crate error types
- 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.
- 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.