1MODEMTEST(1)          User Contributed Perl Documentation         MODEMTEST(1)
2
3
4

NAME

6       modemtest - Tool to examining your modem through Perl's
7       Device::SerialPort
8

SYNOPSIS

10       modemtest [OPTS] [DEVICE [BAUD [DATA [PARITY [STOP [FLOW]]]]]]
11
12        DEVICE    Device to use as a serial port (default: "/dev/modem")
13        BAUD      Serial speed to use            (default: 9600)
14        DATA      Number of databits to use      (default: 8)
15        PARITY    Type of parity to use          (default: "none")
16        STOP      Number of stop bits to use     (default: 1)
17        FLOW      Kind of flow control to use    (default: "none")
18
19        -h, --help           Help report
20            --skip-status    Skip modem status bit tests
21            --hide-possible  Don't show all possible settings
22

DESCRIPTION

24       Some systems, serial ports, and modem behave in strange ways.  To test
25       the capabilities of Perl's Device::SerialPort, this tool queries the
26       system settings for the given DEVICE, and attempts to set up the port
27       and send the initialization string "ATE1" to the modem, reporting the
28       results seen.
29

SEE ALSO

31       Device::SerialPort(3)
32
33       perl(1)
34

AUTHOR

36       Kees Cook <kees@outflux.net>.
37
39       Copyright 2000-2004 by Kees Cook <kees@outflux.net>.
40
41       This program is free software; you may redistribute it and/or modify it
42       under the same terms ans Perl itself.
43
44
45
46perl v5.34.0                      2022-01-21                      MODEMTEST(1)
Impressum