File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,9 @@ coil_status = host.read_coils(
125125print (' Status of coil {} : {} ' .format(coil_status, coil_address))
126126```
127127
128+ For further details check the latest
129+ [ MicroPython Modbus TCP documentation example] [ ref-latest-tcp-docs-example ]
130+
128131#### RTU
129132
130133``` python
@@ -152,6 +155,9 @@ coil_status = host.read_coils(
152155print (' Status of coil {} : {} ' .format(coil_address, coil_status))
153156```
154157
158+ For further details check the latest
159+ [ MicroPython Modbus RTU documentation example] [ ref-latest-rtu-docs-example ]
160+
155161### Install additional MicroPython packages
156162
157163To use this package with the provided [ ` boot.py ` ] [ ref-package-boot-file ] and
@@ -207,6 +213,8 @@ of this library.
207213[ ref-rtd-micropython-modbus ] : https://micropython-modbus.readthedocs.io/en/latest/
208214[ ref-remote-upy-shell ] : https://github.com/dhylands/rshell
209215[ ref-examples-folder ] : https://github.com/brainelectronics/micropython-modbus/tree/develop/examples
216+ [ ref-latest-rtu-docs-example ] : https://micropython-modbus.readthedocs.io/en/latest/EXAMPLES.html#rtu
217+ [ ref-latest-tcp-docs-example ] : https://micropython-modbus.readthedocs.io/en/latest/EXAMPLES.html#tcp
210218[ ref-package-boot-file ] : https://github.com/brainelectronics/micropython-modbus/blob/c45d6cc334b4adf0e0ffd9152c8f08724e1902d9/boot.py
211219[ ref-package-main-file ] : https://github.com/brainelectronics/micropython-modbus/blob/c45d6cc334b4adf0e0ffd9152c8f08724e1902d9/main.py
212220[ ref-github-be-mircopython-modules ] : https://github.com/brainelectronics/micropython-modules
You can’t perform that action at this time.
0 commit comments