[pioneeravr] Update README with correct examples for port configuration. (#9589)
Fixes #1594. Signed-off-by: Chris Carman <namraccr@gmail.com>
This commit is contained in:
parent
b6fbcfa523
commit
4e04bac010
|
@ -34,7 +34,8 @@ Configuration of serialAvr:
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
pioneeravr:ipAvr:vsx921IP [ address="192.168.1.25", tcpPort="23" ]
|
pioneeravr:ipAvr:vsx921IP [ address="192.168.1.25" ]
|
||||||
|
pioneeravr:ipAvr:vsx921IP [ address="192.168.1.25", tcpPort=32 ]
|
||||||
pioneeravr:serialAvr:vsx921Serial [ serialPort="COM9" ]
|
pioneeravr:serialAvr:vsx921Serial [ serialPort="COM9" ]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue