Skip to content

Commit e4978d4

Browse files
authored
Update readme.md
1 parent 09624fa commit e4978d4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

readme.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ https://de.aliexpress.com/item/32912901621.html
4444
```pip uninstall pyserial```
4545
- then run ```pip install -r requirements.txt``` again
4646
- if you are running under Windows, please replace the
47+
4748
```instrument = minimalmodbus.Instrument('/dev/tty.usbserial-120', SALVE_ADDRESS)```
49+
4850
with
51+
4952
```instrument = minimalmodbus.Instrument('COMx', SALVE_ADDRESS)```
50-
replacing x with the COM-Port number
53+
54+
replacing x with the actual COM-Port number of your PC interface

0 commit comments

Comments
 (0)