summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/modbus/client/doc/src/modbusclient.qdoc
blob: dd209c361762ecca606b439dd5bb9278c21026c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*! \example modbus/client
    \title Modbus Client example

    \brief The example implements a Modbus client application.

    The example acts as Modbus client sending Modbus request via serial line
    and TCP respectively. The shown dialog allows the definition of standard
    requests and displays incoming responses.

    \image ../images/modbusclient.png

    \include examples-run.qdocinc

    The example must be used in conjunction with the \l {Modbus server example}
    or another Modbus device which is either connected via TCP or Serial Port.
*/