1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
.TH MODEM-CMD 8 "March 8, 2012"
.SH NAME
modem-cmd \- send arbitrary AT commands to your modem
.SH SYNOPSIS
.B modem-cmd
.RI "[ device ] [ command ]"
.SH DESCRIPTION
This manual page documents briefly the
.B modem-cmd
commands.
.PP
\fBmodem-cmd\fP can be used to send arbitrary AT commands to a modem device over a serial line. This means it can be used as a phone dialer.
.SH USAGE
.LP
modem-cmd /dev/ttyUSB0 ATDT123456
.SH AUTHOR
modem-cmd was written by Robert Millan <rmh@debian.org>.
.PP
This manual page was written by Khalid El Fathi <khalid@elfathi.fr>,
for the Debian project (and may be used by others).
|