Skip to content

Commit

Permalink
add mpremote instructions for manual lib installation
Browse files Browse the repository at this point in the history
  • Loading branch information
brainelectronics committed Jan 10, 2023
1 parent 2368c44 commit 9e14c5a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,18 @@ mpremote connect /dev/tty.SLAB_USBtoUART mip install --index https://test.pypi.o
### Manually

Copy all files of the [umodbus module][ref-umodbus-module] to the MicroPython
board using [Remote MicroPython shell][ref-remote-upy-shell]
board using [Remote MicroPython shell][ref-remote-upy-shell] or
[mpremote][ref-mpremote]

#### mpremote

Perform the following command to copy all files and folders to the device

```bash
mpremote connect /dev/tty.SLAB_USBtoUART cp -r umodbus/ :
```

#### rshell

Open the remote shell with the following command. Additionally use `-b 115200`
in case no CP210x is used but a CH34x.
Expand Down

0 comments on commit 9e14c5a

Please sign in to comment.