We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09624fa commit e4978d4Copy full SHA for e4978d4
readme.md
@@ -44,7 +44,11 @@ https://de.aliexpress.com/item/32912901621.html
44
```pip uninstall pyserial```
45
- then run ```pip install -r requirements.txt``` again
46
- if you are running under Windows, please replace the
47
+
48
```instrument = minimalmodbus.Instrument('/dev/tty.usbserial-120', SALVE_ADDRESS)```
49
50
with
51
52
```instrument = minimalmodbus.Instrument('COMx', SALVE_ADDRESS)```
-replacing x with the COM-Port number
53
54
+replacing x with the actual COM-Port number of your PC interface
0 commit comments