Adding moxanix.cfg file. Moxanix is now configured with it.
This commit is contained in:
parent
19d5624bfa
commit
8b510d71c1
4 changed files with 197 additions and 16 deletions
29
moxanix.cfg
Normal file
29
moxanix.cfg
Normal file
|
@ -0,0 +1,29 @@
|
|||
; port config format:
|
||||
;
|
||||
; [tcp_port]
|
||||
; dev = {tty dev path}
|
||||
; speed = {port baud rate}
|
||||
|
||||
[4001]
|
||||
dev = /dev/ttyUSB0
|
||||
speed = 9600
|
||||
|
||||
[4002]
|
||||
dev = /dev/ttyS2
|
||||
speed = 115201
|
||||
|
||||
[4003]
|
||||
dev = /dev/ttyS3
|
||||
speed = 115200
|
||||
|
||||
[4004]
|
||||
dev = /dev/ttyS4
|
||||
speed = 115200
|
||||
|
||||
[4005]
|
||||
dev = /dev/ttyS5
|
||||
speed = 115200
|
||||
|
||||
[4006]
|
||||
dev = /dev/ttyS6
|
||||
speed = 115200
|
Loading…
Add table
Add a link
Reference in a new issue