File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -103,12 +103,7 @@ mkdir /pyboard/lib/umodbus
103103cp umodbus/* /pyboard/lib/umodbus
104104```
105105
106- As this package depends on [ ` micropython-urequests ` ] [ ref-urequests ] to perform
107- TCP requests those files have to be copied as well to the MicroPython board.
108- This is of course only necessary if TCP connection are used, in case only
109- serial (RTU )Modbus communication is used this step can be skipped.
110-
111- ### Additional MicroPython packages
106+ ### Additional MicroPython packages for examples
112107
113108To use this package with the provided [ ` boot.py ` ] [ ref-package-boot-file ] and
114109[ ` main.py ` ] [ ref-package-boot-file ] file, additional modules are required,
@@ -151,7 +146,6 @@ README for further instructions.
151146[ ref-upy-firmware-download ] : https://micropython.org/download/
152147[ ref-remote-upy-shell ] : https://github.com/dhylands/rshell
153148[ ref-umodbus-module ] : https://github.com/brainelectronics/micropython-modbus/tree/develop/umodbus
154- [ ref-urequests ] : https://micropython.org/pi/urequests/urequests-0.6.tar.gz
155149[ ref-package-boot-file ] : https://github.com/brainelectronics/micropython-modbus/blob/c45d6cc334b4adf0e0ffd9152c8f08724e1902d9/boot.py
156150[ ref-package-main-file ] : https://github.com/brainelectronics/micropython-modbus/blob/c45d6cc334b4adf0e0ffd9152c8f08724e1902d9/main.py
157151[ ref-github-be-mircopython-modules ] : https://github.com/brainelectronics/micropython-modules
You can’t perform that action at this time.
0 commit comments