1PROBEMODEM(8C) PROBEMODEM(8C)
2
3
4
6 probemodem - This script probes a modem attached to a serial line and
7 reports the results of certain commands.
8
10 /usr/sbin/probemodem [ -f ] [ -c AT_COMMAND ] [ -os OS ] [ -s SPEED ] [
11 ttyname ]
12
14 probemodem probes a modem attached to a serial line and reports the
15 results of certain commands.
16
18 The following options are available:
19
20 -f Instructs faxfetch to not run fuser to terminate other pro‐
21 grams that may be using the modem device.
22
23 -c AT_COMMAND
24 Query the modem with the specified command instead of the
25 usual sequence.
26
27 -os OS Specify the operating system type.
28
29 -s SPEED Specify the bitrate with which to communicate to the modem
30 device.
31
32 ttyname Specify the modem device name.
33
34
35
36 Dec 3, 2012 PROBEMODEM(8C)