home *** CD-ROM | disk | FTP | other *** search
- ; Macintosh Express 14400 Modem
-
- ;================================================
- ; Last revision date: 04/26/94 (update this date
- ; each time you edit; it is also advisable to rename
- ; your edited file [use Save As, rather than Save
- ; option] to avoid later confusion and to keep the
- ; original .MDM file intact).
-
- ; NOTE: Refer to the file TEMPLATE.MDM (A Sample Modem
- ; Command File) for a description of modem command
- ; files and how they work. "A Sample Modem Command
- ; File" is user selectable within the Lotus Notes
- ; Setup dialog "Modem Type" listbox in which you found
- ; this modem command file (see end of listings,
- ; beginning with a period) and is a printable ASCII
- ; text file (approximately 13 pages).
-
- ; Additional information may be obtained from either of
- ; the two so-called "generic" modem command files
- ; (alphabetically listed under letter G, designed for
- ; use with Notes Releases 2.x and 3.x, 9600 bps and
- ; 14400 bps maximum, respectively), each of which may
- ; first be tried as-is with unlisted modems, then edited
- ; if required (within the Notes edit box, or outside of
- ; Notes, with any text editor) according to the printed
- ; instructions within each file, and in compliance with
- ; the vendor's command set, result codes, DIP switch
- ; settings, and technical specifications as listed in
- ; the equipment's users manual.
-
- ; For the specific modem(s) listed under this heading:
- ;=====================================================
-
- [attributes]
-
- MODELS=Macintosh Express 14400 Modem
- NULL MODEM=0
- MAXIMUM SPEED=38400
- DEFAULT SPEED=38400
-
- [commands]
-
- ESCAPE=+++
- ATTENTION=ATE0V1
- HANGUP=ATH0
- SETUP=AT&F
- SETUP=ATE0V1
- SETUP=AT&C1&D2S0=0X4&Q0
- ; NOTE: The &Q0 command turns off error correction.
- ; The factory default is &Q5, which turns on V.42bis
- ; error correction, with fallback to MNP and Normal
- ; modes as needed.
- VOLUME OFF=ATM0
- VOLUME LOW=ATM1L1
- VOLUME MEDIUM=ATM1L2
- VOLUME HIGH=ATM1L3
- ANSWER=ATA
- MANUAL DIAL=ATX3D
- AUTO PULSE DIAL=ATDP
- AUTO TONE DIAL=ATDT
- AUTO DIAL SUFFIX=,
-
- [responses]
-
- OK=OK
-
- BUSY=BUSY
-
- NO ANSWER=NO ANSWER
-
- NO CARRIER=NO CARRIER
-
- NO DIALTONE=NO DIALTONE
-
- ERROR=ERROR
-
- RING=RING
-
- CONNECT, 38400, 14400=CONNECT 14400
- CONNECT, 38400, 14400=CONNECT 14400*
- CONNECT, 38400, 14400=CONNECT 14.4*
- CONNECT, 38400, 14400=CONNECT 14*
-
- CONNECT, 38400, 12000=CONNECT 12000
- CONNECT, 38400, 12000=CONNECT 12000*
- CONNECT, 38400, 12000=CONNECT 12.0*
- CONNECT, 38400, 12000=CONNECT 12*
-
- CONNECT, 9600, 9600=CONNECT 9600
- CONNECT, 38400, 9600=CONNECT 9600*
- CONNECT, 38400, 9600=CONNECT 9.6*
- CONNECT, 38400, 9600=CONNECT 96*
-
- CONNECT, 38400, 7200=CONNECT 7200
- CONNECT, 38400, 7200=CONNECT 7200*
- CONNECT, 38400, 7200=CONNECT 7.2*
- CONNECT, 38400, 7200=CONNECT 72*
-
- CONNECT, 4800, 4800=CONNECT 4800
- CONNECT, 38400, 4800=CONNECT 4800*
- CONNECT, 38400, 4800=CONNECT 4.8*
- CONNECT, 38400, 4800=CONNECT 48*
-
- CONNECT, 2400, 2400=CONNECT 2400
- CONNECT, 38400, 2400=CONNECT 2400*
- CONNECT, 38400, 2400=CONNECT 2.4*
- CONNECT, 38400, 2400=CONNECT 24*
-
- CONNECT, 1200, 1200=CONNECT 1200
- CONNECT, 38400, 1200=CONNECT 1200*
- CONNECT, 38400, 1200=CONNECT 1.2*
-
- CARRIER,,14400=CARRIER 14400
-
- CARRIER,,12000=CARRIER 12000
-
- CARRIER,,9600=CARRIER 9600
-
- CARRIER,,7200=CARRIER 7200
-
- CARRIER,,4800=CARRIER 4800
-
- CARRIER,,2400=CARRIER 2400
-
- CARRIER,,1200=CARRIER 1200
-