QModbusRtuSerialMaster Class
The QModbusRtuSerialMaster class represents a Modbus client that uses a serial bus for its communication with the Modbus server. More...
Header: | #include <QModbusRtuSerialMaster> |
qmake: | QT += serialbus |
Since: | Qt 5.6 |
Inherits: | QModbusClient |
Public Functions
QModbusRtuSerialMaster(QObject *parent = nullptr) |
- 8 public functions inherited from QModbusClient
- 7 public functions inherited from QModbusDevice
- 31 public functions inherited from QObject
Additional Inherited Members
- 1 property inherited from QModbusClient
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 1 signal inherited from QModbusClient
- 2 signals inherited from QModbusDevice
- 2 signals inherited from QObject
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 2 protected functions inherited from QModbusClient
- 4 protected functions inherited from QModbusDevice
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Detailed Description
The QModbusRtuSerialMaster class represents a Modbus client that uses a serial bus for its communication with the Modbus server.
Communication via Modbus requires the interaction between a single Modbus client instance and multiple Modbus servers. This class provides the client implementation via a serial port.
Member Function Documentation
QModbusRtuSerialMaster::QModbusRtuSerialMaster(QObject *parent = nullptr)
Constructs a serial Modbus master with the specified parent.