Expand description
Modbus RTU
Modules§
- client
- Modbus TCP client (master) specific functions.
- server
- Modbus TCP server (slave) specific functions.
Structs§
- Decoded
Frame - An extracted TCP PDU frame.
- Frame
Location - The location of all bytes that belong to the frame.
- Header
- Request
Adu - Response
Adu
Constants§
Functions§
- decode
- Decode TCP PDU frames from a buffer.
- extract_
frame - Extract a PDU frame out of a buffer.
- request_
pdu_ len - Extract the PDU length out of the ADU request buffer.
- response_
pdu_ len - Extract the PDU length out of the ADU response buffer.