TTY/TDD self-test and man page entry
This commit is contained in:
parent
f48257ac59
commit
4b3301a7ef
|
@ -31,7 +31,7 @@ is a command-line program which decodes (or generates) audio
|
|||
modem tones at any specified baud rate, using various framing protocols.
|
||||
It acts a general-purpose software FSK modem, and includes support for
|
||||
various standard FSK protocols such as Bell103, Bell202, RTTY, NOAA SAME,
|
||||
and Caller-ID.
|
||||
TTY/TDD, and Caller-ID.
|
||||
.PP
|
||||
.B Minimodem
|
||||
can play and capture audio modem tones in real-time via the system
|
||||
|
@ -67,6 +67,9 @@ default mark and space tone frequencies.
|
|||
.B rtty
|
||||
: RTTY 45.45 bps \-\-baudot \-\-stopbits 1.5
|
||||
.TP
|
||||
.B tdd
|
||||
: TTY/TDD 45.45 bps \-\-baudot \-\-stopbits 2.0
|
||||
.TP
|
||||
.B same
|
||||
: SAME 520.83 bps \-\-startbits 0 \-\-stopbits 0 \-\-sync-byte 0xAB
|
||||
.br
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
exec ./self-test testdata-baudot.txt tdd
|
Loading…
Reference in New Issue