ttysrv - connect to a serial port and log output
Contents
Description
ttysrv is the backend for rconsole. It connects to the serial port, handles the log file and waits for
connections from rconsole to view what's happening on the serial console.
Name
ttysrv - connect to a serial port and log output
Options
-ttty Specify which device to connect to.
-ssock
The name of the socket to listen for connections from rconsole on.
-ooption
Specify any ttyios options to open the port with. Currently only nolocal is supported.
-llog The logfile to write to. If not set then no log is kept.
-bbaud
Set the baud rate to talk to the port at. Defaults to 9600.
-pparity
Set the parity for the serial port. Defaults to none.
-wwordsize
Set the word size for the serial port. Defaults to 8 bits.
-ipidfile
The file to write the pid of ttysrv to. If not specified no such file is written.
See Also
rconsole(1), remote-tty(1).
Synopsis
ttysrv [-o option] [-s sock] [-l log] -t tty [-b baud] [-p parity] [-w wordsize] [-i pidfile]
