We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2368c44 commit 9e14c5aCopy full SHA for 9e14c5a
docs/INSTALLATION.md
@@ -100,7 +100,18 @@ mpremote connect /dev/tty.SLAB_USBtoUART mip install --index https://test.pypi.o
100
### Manually
101
102
Copy all files of the [umodbus module][ref-umodbus-module] to the MicroPython
103
-board using [Remote MicroPython shell][ref-remote-upy-shell]
+board using [Remote MicroPython shell][ref-remote-upy-shell] or
104
+[mpremote][ref-mpremote]
105
+
106
+#### mpremote
107
108
+Perform the following command to copy all files and folders to the device
109
110
+```bash
111
+mpremote connect /dev/tty.SLAB_USBtoUART cp -r umodbus/ :
112
+```
113
114
+#### rshell
115
116
Open the remote shell with the following command. Additionally use `-b 115200`
117
in case no CP210x is used but a CH34x.
0 commit comments