forked from rocasa/ttylog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ttylog.8
35 lines (35 loc) · 934 Bytes
/
ttylog.8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.TH TTYLOG 8 "2014-07-29" "" ""
.SH NAME
ttylog \- serial device logger
.SH DESCRIPTION
This program writes everything comes from a serial device
from /dev/tty* onto stdout. You can specify device and baud rate
of the device.
.SH OPTIONS
ttylog follows the GNU command line syntax.
.TP
.B -h, --help
Displays a little help
.TP
.B -v, --version
Version number of ttylog
.TP
.B -b, --baud
Baud rate of the device. Available baud rates:
300, 1200, 2400, 4800, 9600, 19200, 38400, 57600 and 115200
.TP
.B -d --device
The serial device. For example /dev/ttyS1
.TP
.B -f --flush
Output buffers are flushed after every write.
.TP
.B -r --raw
Output raw data instead of line based output (default).
.TP
.B -t --timeout
Seconds to run ttylog.
.SH AUTHOR
This manual page was originally written by Tibor Koleszar <[email protected]>,
for the Debian GNU/Linux system. Modifications and updates written by
Robert James Clay <[email protected]>.