You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The examples below demonstrate the ESP-Modbus library of serial and TCP ports for both slave and master implementations respectively.
22
-
23
-
- :example:`protocols/modbus/serial/mb_slave` demonstrates how to use {IDF_TARGET_NAME} as a Modbus serial slave device with the esp-modbus stack, enabling an external Modbus host to read and write device parameters using the Modbus protocol.
24
-
25
-
- :example:`protocols/modbus/serial/mb_master` demonstrates how to use the esp-modbus stack port on {IDF_TARGET_NAME} as a Modbus serial master device, capable of reading and writing values from slave devices in a Modbus segment.
19
+
Discussions
20
+
~~~~~~~~~~~
26
21
27
-
- :example:`protocols/modbus/tcp/mb_tcp_slave` demonstrates the esp-modbus TCP slave stack port, allowing an external Modbus host to read and write device parameters via the Modbus protocol.
28
-
29
-
- :example:`protocols/modbus/tcp/mb_tcp_master` demonstrates how to use the esp-modbus stack port on {IDF_TARGET_NAME} as a Modbus TCP master device, capable of reading and writing values from slave devices in a Modbus network.
30
-
31
-
Please refer to the ``README.md`` documents of each specific example for details.
22
+
* `Discussions for version v2 <https://github.com/espressif/esp-modbus/discussions>`__
32
23
33
24
Protocol References
34
25
-------------------
35
26
36
27
- For the detailed protocol specifications, see `The Modbus Organization <https://modbus.org/specs.php>`_.
The examples below demonstrate the ESP-Modbus library of serial and TCP ports for both slave and master implementations respectively.
26
+
27
+
- `mb_serial_slave - demonstrates how to use {IDF_TARGET_NAME} as a Modbus serial slave device with the esp-modbus stack, enabling an external Modbus host to read and write device parameters using the Modbus protocol. <https://github.com/espressif/esp-modbus/tree/main/examples/serial/mb_serial_slave>`__
28
+
29
+
- `mb_serial_master - demonstrates how to use the esp-modbus stack port on {IDF_TARGET_NAME} as a Modbus serial master device, capable of reading and writing values from slave devices in a Modbus segment. <https://github.com/espressif/esp-modbus/tree/main/examples/serial/mb_serial_master>`__
30
+
31
+
- `mb_tcp_slave - demonstrates the esp-modbus TCP slave stack port, allowing an external Modbus host to read and write device parameters via the Modbus protocol. <https://github.com/espressif/esp-modbus/tree/main/examples/tcp/mb_tcp_slave>`__
32
+
33
+
- `mb_tcp_master` - demonstrates how to use the esp-modbus stack port on {IDF_TARGET_NAME} as a Modbus TCP master device, capable of reading and writing values from slave devices in a Modbus network. <https://github.com/espressif/esp-modbus/tree/main/examples/tcp/mb_tcp_master>`__
34
+
35
+
Please refer to the ``README.md`` documents of each specific example for details.
36
+
37
+
Discussions
38
+
~~~~~~~~~~~
39
+
40
+
* `Discussions for version v2 <https://github.com/espressif/esp-modbus/discussions>`__
0 commit comments