···129129 Common telnet clients need this when connecting to
130130 a port other than 23. Defaults to true.
131131132132+ usectl=[0|1]
133133+ If true, modem status lines are properly handled in
134134+ both directions. Specifically, DSR is always asserted,
135135+ CTS and CD are only asserted when a client is
136136+ connected to the TCP port, and flashing DTR causes the
137137+ TCP connection to close. This is useful when the
138138+ serial line is a tty, to close the connection when
139139+ logged out and, conversely, to log out when the
140140+ connection is closed manually. Defaults to true.
141141+132142tios:
133143 file=<filename>
134144 The character device to connect to
+1-1
src/arch/ibmpc/pce-ibmpc.cfg.in
···406406 #driver = "pty:symlink=com1"
407407 driver = "stdio:file=serport1.out:flush=1"
408408 #driver = "tios:file=/dev/ttyS0"
409409- #driver = "tcp:port=5555:telnet=1:telnetinit=1"
409409+ #driver = "tcp:port=5555:telnet=1:telnetinit=1:usectl=1"
410410411411 # Log all traffic to this file. This is for debugging.
412412 #log = "serport1.log"