You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
526 B
31 lines
526 B
# Config file for serproxy |
|
# See serproxy's README file for documentation |
|
|
|
# Transform newlines coming from the serial port into nils |
|
# true (e.g. if using Flash) or false |
|
newlines_to_nils=true |
|
|
|
# Comm ports used |
|
comm_ports=1,2,3,4 |
|
|
|
# Default settings |
|
comm_baud=19200 |
|
comm_databits=8 |
|
comm_stopbits=1 |
|
comm_parity=none |
|
|
|
# Idle time out in seconds |
|
timeout=300 |
|
|
|
# Port 1 settings (ttyS0) |
|
net_port1=5331 |
|
|
|
# Port 2 settings (ttyS1) |
|
net_port2=5332 |
|
|
|
# Port 3 settings (ttyS2) |
|
net_port3=5333 |
|
|
|
# Port 4 settings (ttyS3) |
|
net_port4=5334 |
|
|
|
|