Skip to content

Commit 43633ea

Browse files
doc/configuration: move driver details from ModbusRTU resource to ModbusRTUDriver
Signed-off-by: Bastian Krause <bst@pengutronix.de>
1 parent 74eff4b commit 43633ea

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

doc/configuration.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,7 @@ Modbus is normally implemented on top of RS-485, though this is not strictly
7979
necessary, as long as the Modbus network only has one master (and up to 256
8080
slaves).
8181

82-
The labgrid driver is implemented using the
83-
`minimalmodbus <https://minimalmodbus.readthedocs.io/en/stable/>`_ Python
84-
library.
85-
The implementation only supports that labgrid will be the master on the Modbus
86-
network.
87-
88-
This resource and driver only supports local usage and will not work with an
89-
exporter.
82+
This resource only supports local usage and will not work with an exporter.
9083

9184
.. code-block:: yaml
9285
@@ -1556,6 +1549,12 @@ ModbusRTUDriver
15561549
A :any:`ModbusRTUDriver` connects to a ModbusRTU resource. This driver only
15571550
supports local usage and will not work with an exporter.
15581551

1552+
The driver is implemented using the
1553+
`minimalmodbus <https://minimalmodbus.readthedocs.io/en/stable/>`_ Python
1554+
library.
1555+
The implementation only supports that labgrid will be the master on the Modbus
1556+
network.
1557+
15591558
.. code-block:: yaml
15601559
15611560
ModbusRTUDriver: {}

0 commit comments

Comments
 (0)