logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ttysrv - connect to a serial port and log output

Author

       rtty was written by Paul Vixie <vixie@isc.org>.  This  manual  page  was  written  by  Jonathan  McDowell
       <noodles@earth.li> for the Debian project (but may be used by others).

                                                  May 23, 2006                                         TTYSRV(8)

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]

See Also