Skip to content

Commit 2ef05ef

Browse files
add link to RTU documentation examples in root README
1 parent 8de96e9 commit 2ef05ef

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ coil_status = host.read_coils(
125125
print('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(
152155
print('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

157163
To 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

0 commit comments

Comments
 (0)