Modbus Client(Master) Raw Protocol
Jump to navigation
Jump to search
Summary
Implements a Modbus Master (Client) to send and receive raw Modbus protocol data.
Description
The **Modbus Client (Master) Raw Protocol** component allows communication with Modbus slave devices using the raw Modbus protocol. It can send requests and receive responses for reading or writing registers, coils, and other Modbus data structures. This component is useful for industrial automation, sensor networks, and systems requiring Modbus-based communication.
Diagram:
Categories
- File:TArduinoCommunicationCategory.png Category Communication – Modbus and industrial protocol components.
Pins
Input Pins
- In – Triggers or input data to initiate Modbus communication.
- Modbus – Raw Modbus protocol input for sending requests.
Output Pins
- Out – Outputs the Modbus response or result data.