Expand description
Modbus RTU
Modules§
- 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
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.