Modbus 從屬範例

範例實現 Modbus 從屬應用程序。

The example acts as Modbus slave. It receives standard Modbus requests, adjusts its internal states based on the request and responds with the appropriate reply. As such a slave is the equivalent of a Modbus server.

運行範例

要運行範例從 Qt Creator ,打開 歡迎 模式,然後選擇範例從 範例 。更多信息,拜訪 構建和運行範例 .

This example must be used in conjunction with the Modbus 主控範例 . This example should be started and put into the listen state before the Modbus master example is started. Subsequent interactions between the two examples use the Modbus protocol.

範例工程 @ code.qt.io