home *** CD-ROM | disk | FTP | other *** search
- ; Generic All-Speed Modem Command File
- ; (for Notes Release 3 or later versions ONLY)
- ; 03/04/99 RVK/Iris, SAB/LDC modified connect responses
-
- ;=====================================================
- ; Last revision date: 03/04/99 (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 15 pages).
- ;======================================================
-
- ; HOW TO USE THIS FILE: The Generic All-Speed Modem
- ; Command File is intended to be used ONLY when no
- ; command file currently exists for the available modem,
- ; and a reliable connection cannot be obtained with
- ; command files for modems which seem closest to the
- ; model in question. This file has been written for use
- ; with Lotus Notes Release 3 and later. It is possible
- ; this file will work as-is, with no editing required from
- ; the user. Should initial attempts fail, turn on LOG I/O
- ; and try to determine the problem's source. The paragraphs
- ; below describe how to deal, in order of likelihood with
- ; the three most common reasons for command file failure.
-
- ; 1. This file contains CONNECT responses which end in
- ; "wildcards" (asterisks). As the CONNECT response syntax
- ; may vary significantly from modem to modem there formerly
- ; was no guarantee that even a broad range of result codes
- ; listed would enable Notes to properly initialize an
- ; unsupported modem. Notes Version 3.2 and this V3 Generic
- ; command file circumvent this problem by substituting
- ; wildcards for all result codes--the Notes XPC driver will
- ; accept any form of response from the modem provided the
- ; equal string to the left of the asterisk exactly matches
- ; its first portion.
-
- ; 2. The next thing you'll need to do will be to determine
- ; the proper commands for activating RTS/CTS ENABLED or
- ; IGNORED (assuming your modem supports hardware flow
- ; control). Again a wide variety of possible commands have
- ; been listed, but all have been remmed out (see the section
- ; headed "[commands]" below--the disabled lines have
- ; semicolons in front of them, which will need to be removed to
- ; make the commands active). The name of vendors known to
- ; use various versions of these commands are listed here, as well;
- ; however, it may be necessary for you to consult your user's
- ; manual to determine which set (if any of those listed) are
- ; correct for your modem.
-
- ; 3. Lastly, the main setup strings, SETUP=AT&F,
- ; SETUP=ATE0V1, and SETUP=AT&C1&D2S0=0X4, allow the modem to
- ; operate using factory default settings (&F [Note: some vendors
- ; use &F1 or &F2--the user will need to consult the manual
- ; and edit this command]), with the certain necessary exceptions.
- ; Echo is turned off, and Verbose mode is turned on (English responses
- ; rather than numeric). The main string instructs the modem to track
- ; carrier, hang up if DTR (Data Terminal Ready signal) drops, to not
- ; auto-answer, and to enable the broadest variety of result codes.
- ; chances are good that the factory defaults, combined with these
- ; required settings, will permit reliable connections to be obtained.
- ; Here again, there are no guarantees, and further study of the
- ; manual, or a call to the vendor, may be required for use of your
- ; unsupported modem with Notes.
-
- ; A special note concerning setup and CONNECT responses
- ; (section 1, above): it is necessary that, if your modem employs
- ; an Auto-Reliable mode, the command which turns this mode
- ; on be included in the main setup string, unless Auto-Reliable
- ; happens to be the factory default (as is the case with many
- ; modern modems). The command (and any other deemed
- ; necessary) may simply be appended after the X4 command. If
- ; you are not sure whether a failure to establish dialog is due to
- ; a missing Auto-Reliable command, try lowering the Maximum
- ; Speed via the user interface to the maximum carrier rate the modem
- ; is rated for. If the connection now succeeds, it usually means
- ; that the factory default is set to Normal or Direct mode, and that
- ; you are not getting the benefit of whatever compression the
- ; modem is capable of. You should still, however be able to use
- ; the modem for Notes dialup.
- ;-------------------------------------------------------------------
-
- [attributes]
-
- MODELS=Generic All-Speed Modem File (with instructions)
- NULL MODEM=0
- MAXIMUM SPEED=57600
- DEFAULT SPEED=57600
-
- ; NOTE: MAXIMUM SPEED for your modem may be lower than
- ; 57600 bps. Consult your user documentation if a problem is
- ; encountered at this speed, and lower the selected speed in
- ; the Maximum Speed section of the appropriate Setup box
- ; within the Notes user interface dialog. It is unnecessary to
- ; edit this file to lower your port speed.
-
- ;CARRIER CONNECT=1
-
- ; NOTE: With proper CONNECT responses at the end of the .mdm file
- ; the CARRIER CONNECT attribute is unnecessary, or may be
- ; set to zero (0). On all platforms except the Mac, this
- ; attribute may be useful in cases where the CONNECT responses
- ; are not known. CARRIER CONNECT=1 tells the Notes XPC driver
- ; to ignore the connect responses being returned by the modem
- ; and to pay attention only to the physical carrier state when
- ; determining whether a connection exists.
-
-
- [commands]
-
- ESCAPE=+++
- ATTENTION=ATE0V1
- HANGUP=ATH0
-
- ;--------------------SETUP STRINGS (max. lines=15)---------------
-
- SETUP=AT&F
- SETUP=ATE0V1
- SETUP=AT&C1&D2S0=0X4
-
- ;------RTS/CTS ENABLED or IGNORED (max. lines=2, min.=0)--------
-
- ; NOTE: If the computer and modem refuse to communicate with
- ; no flow control specified in the command file, either refer to
- ; the manual to determine if one of the following sets of commands
- ; is correct for your modem (or if yet another set is needed), or
- ; select one set at a time till you activate one which works. The
- ; semicolons at the start of each line cause Notes to ignore the
- ; line, removing them causes Notes to utilize them in initializing
- ; the modem. Be careful not to remove semicolons from lines which
- ; are not command lines, and from more than one set of Enabled/Ignored
- ; lines at a time.
-
- ;-----------------------------------------------------------------
- ; Used by Compaq internals, some Hayes, Practical Peripherals,
- ; Telebit T2500, Twincom, Zoom, Zypcom:
-
- ;RTS/CTS ENABLED=AT&K3
- ;RTS/CTS IGNORED=AT&K0
-
- ;-----------------------------------------------------------------
- ; Used by Hayes Ultra and Optima, Practical Peripherals 144:
-
- ;RTS/CTS ENABLED=AT&K3&R0
- ;RTS/CTS IGNORED=AT&K3&R1
-
- ;-----------------------------------------------------------------
- ; Used by Octocom:
-
- ;RTS/CTS ENABLED=AT&K2&U3
- ;RTS/CTS IGNORED=AT&K0&U0
-
- ;-----------------------------------------------------------------
- ; Used by ZyXEL:
-
- ;RTS/CTS ENABLED=AT&H3
- ;RTS/CTS IGNORED=AT&H0
-
- ;-----------------------------------------------------------------
- ; Used by USRobotics:
- ;
- ;RTS/CTS ENABLED=AT&H1&R2&K2
- ;RTS/CTS IGNORED=AT&H0&R1&K0
-
- ;-----------------------------------------------------------------
- ; Used by MultTech:
-
- ;RTS/CTS ENABLED=AT&E13
- ;RTS/CTS IGNORED=AT&E12
-
- ;-----------------------------------------------------------------
- ; Used by Telebit QBlazer:
-
- ;RTS/CTS ENABLED=AT&R0S58=2S68=255
- ;RTS/CTS IGNORED=AT&R3S58=0S68=255
-
- ;-----------------------------------------------------------------
- ; Used by Telebit Trailblazer, T1600, and T3000:
-
- ;RTS/CTS ENABLED=ATS58=2S66=1
- ;RTS/CTS IGNORED=ATS58=0S66=0
-
- ;-----------------------------------------------------------------
- ; Used by DSI:
-
- ;RTS/CTS ENABLED=AT*F3
- ;RTS/CTS IGNORED=AT*F0
-
- ;-----------------------------------------------------------------
- ; Used by Motorola Codex:
-
- ;RTS/CTS ENABLED=AT*FL3
- ;RTS/CTS IGNORED=AT*FL0
-
- ;-----------------------------------------------------------------
- ; Used by Ventel:
-
- ;RTS/CTS ENABLED=AT%F1
- ;RTS/CTS IGNORED=AT%F0
-
- ;-----------------------------------------------------------------
- ; Used by Racal-Milgo:
-
- ;RTS/CTS ENABLED=AT\\Q1
- ;RTS/CTS IGNORED=AT\\Q0
-
- ;-----------------------------------------------------------------
- ; Used by AT&T Safari, Microcom, Texas Instruments:
-
- ;RTS/CTS ENABLED=AT\\Q2
- ;RTS/CTS IGNORED=AT\\Q0
-
- ;-----------------------------------------------------------------
- ; Used by Data Race, DataStar, GVC, IBM, Microcom, Intel,
- ; Megahertz, NEC, PIICEON, UDS, Worldport, Zeos:
-
- ;RTS/CTS ENABLED=AT\\Q3
- ;RTS/CTS IGNORED=AT\\Q0
-
- ;-----------------------------------------------------------------
- ; Used by: AT&T Comsphere:
-
- ;RTS/CTS ENABLED=AT\\Q3&R0
- ;RTS/CTS IGNORED=AT\\Q0&R1
-
- ;------------------------------------------------------------------
- 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
- NO DIALTONE=NO DIAL TONE
-
- ERROR=ERROR
-
- RING=RING
-
- ;------------CONNECT RESPONSES (max. lines=300)----------
-
-
- CONNECT, 230400, 230400=CONNECT 230400*
- CONNECT, 115200, 115200=CONNECT 115200*
- CONNECT, 115200, 64000=CONNECT 64000*
- CONNECT, 115200, 62666=CONNECT 62666*
- CONNECT, 115200, 61333=CONNECT 61333*
- CONNECT, 115200, 60000=CONNECT 60000*
- CONNECT, 115200, 58666=CONNECT 58666*
- CONNECT, 115200, 57600=CONNECT 57600*
- CONNECT, 115200, 57333=CONNECT 57333*
- CONNECT, 115200, 56000=CONNECT 56000*
- CONNECT, 115200, 54666=CONNECT 54666*
- CONNECT, 115200, 54000=CONNECT 54000*
- CONNECT, 115200, 53333=CONNECT 53333*
- CONNECT, 115200, 52000=CONNECT 52000*
- CONNECT, 115200, 50666=CONNECT 50666*
- CONNECT, 115200, 50000=CONNECT 50000*
- CONNECT, 115200, 49333=CONNECT 49333*
- CONNECT, 115200, 48000=CONNECT 48000*
- CONNECT, 115200, 46666=CONNECT 46666*
- CONNECT, 115200, 46000=CONNECT 46000*
- CONNECT, 115200, 45333=CONNECT 45333*
- CONNECT, 115200, 44000=CONNECT 44000*
- CONNECT, 115200, 42666=CONNECT 42666*
- CONNECT, 115200, 42000=CONNECT 42000*
- CONNECT, 115200, 41333=CONNECT 41333*
- CONNECT, 115200, 40000=CONNECT 40000*
- CONNECT, 115200, 38666=CONNECT 38666*
- CONNECT, 115200, 38400=CONNECT 38400*
- CONNECT, 115200, 38000=CONNECT 38000*
- CONNECT, 115200, 37333=CONNECT 37333*
- CONNECT, 115200, 36000=CONNECT 36000*
- CONNECT, 115200, 34666=CONNECT 34666*
- CONNECT, 115200, 34000=CONNECT 34000*
- CONNECT, 115200, 33600=CONNECT 33600*
- CONNECT, 115200, 33333=CONNECT 33333*
- CONNECT, 115200, 32000=CONNECT 32000*
- CONNECT, 115200, 31200=CONNECT 31200*
- CONNECT, 115200, 30666=CONNECT 30666*
- CONNECT, 115200, 29333=CONNECT 29333*
- CONNECT, 115200, 28800=CONNECT 28800*
- CONNECT, 115200, 28000=CONNECT 28000*
- CONNECT, 115200, 26400=CONNECT 26400*
- CONNECT, 115200, 24000=CONNECT 24000*
- CONNECT, 115200, 21600=CONNECT 21600*
- CONNECT, 115200, 19200=CONNECT 19200*
- CONNECT, 115200, 16800=CONNECT 16800*
- CONNECT, 57600, 14400=CONNECT 14400*
- CONNECT, 19200, 12000=CONNECT 12000*
- CONNECT, 9600, 9600=CONNECT 9600*
- CONNECT, 9600, 7200=CONNECT 7200*
- CONNECT, 4800, 4800=CONNECT 4800*
- CONNECT, 2400, 2400=CONNECT 2400*
- CONNECT, 1200, 1200=CONNECT 1200*
-
- ; Additional Connect Response Section for the odd modem which uses
- ; a non-standard response format (with periods, commas, or other
- ; punctuation):
-
- CONNECT, 57600, 57600=CONNECT 57.6*
- CONNECT, 57600, 57600=CONNECT 57*
-
- CONNECT, 57600, 38400=CONNECT 38.4*
- CONNECT, 57600, 38400=CONNECT 38*
-
- CONNECT, 57600, 28800=CONNECT 28.8*
- CONNECT, 57600, 28800=CONNECT 28*
-
- CONNECT, 57600, 26400=CONNECT 26.4*
- CONNECT, 57600, 26400=CONNECT 26*
-
- CONNECT, 57600, 24000=CONNECT 24.0*
- CONNECT, 57600, 24000=CONNECT 24*
-
- CONNECT, 57600, 21600=CONNECT 21.6*
- CONNECT, 57600, 21600=CONNECT 21*
-
- CONNECT, 19200, 19200=CONNECT 19.2*
- CONNECT, 19200, 19200=CONNECT 19*
-
- CONNECT, 19200, 16800=CONNECT 16.8*
- CONNECT, 19200, 16800=CONNECT 16*
-
- CONNECT, 19200, 14400=CONNECT 14.4*
- CONNECT, 19200, 14400=CONNECT 14*
-
- CONNECT, 19200, 12000=CONNECT 12.0*
- CONNECT, 19200, 12000=CONNECT 12*
-
- CONNECT, 9600, 9600=CONNECT 9.6*
- CONNECT, 9600, 9600=CONNECT 96*
-
- CONNECT, 9600, 7200=CONNECT 7.2*
- CONNECT, 9600, 7200=CONNECT 72*
-
- CONNECT, 4800, 4800=CONNECT 4.8*
- CONNECT, 4800, 4800=CONNECT 48*
-
- CONNECT, 2400, 2400=CONNECT 2.4*
- CONNECT, 2400, 2400=CONNECT 24*
-
- CONNECT, 1200, 1200=CONNECT 1.2*
- CONNECT, 1200, 1200=CONNECT 12*
-
- ; CARRIER responses for modems which follow the Hayes-style
- ; reporting syntax:
-
- CARRIER,,56000=CARRIER 56000*
- CARRIER,,57600=CARRIER 64000*
- CARRIER,,57600=CARRIER 62666*
- CARRIER,,57600=CARRIER 61333*
- CARRIER,,57600=CARRIER 60000*
- CARRIER,,57600=CARRIER 58666*
- CARRIER,,57600=CARRIER 57600*
- CARRIER,,57600=CARRIER 57333*
- CARRIER,,57600=CARRIER 56000*
- CARRIER,,57600=CARRIER 54666*
- CARRIER,,57600=CARRIER 54000*
- CARRIER,,57600=CARRIER 53333*
- CARRIER,,57600=CARRIER 52000*
- CARRIER,,57600=CARRIER 50666*
- CARRIER,,57600=CARRIER 50000*
- CARRIER,,57600=CARRIER 49333*
- CARRIER,,57600=CARRIER 48000*
- CARRIER,,57600=CARRIER 46666*
- CARRIER,,57600=CARRIER 46000*
- CARRIER,,57600=CARRIER 45333*
- CARRIER,,57600=CARRIER 44000*
- CARRIER,,57600=CARRIER 42666*
- CARRIER,,57600=CARRIER 42000*
- CARRIER,,57600=CARRIER 41333*
- CARRIER,,57600=CARRIER 40000*
- CARRIER,,57600=CARRIER 38666*
- CARRIER,,57600=CARRIER 38400*
- CARRIER,,57600=CARRIER 38000*
- CARRIER,,57600=CARRIER 37333*
- CARRIER,,57600=CARRIER 36000*
- CARRIER,,57600=CARRIER 34666*
- CARRIER,,57600=CARRIER 34000*
- CARRIER,,57600=CARRIER 33600*
- CARRIER,,57600=CARRIER 33333*
- CARRIER,,57600=CARRIER 32000*
- CARRIER,,57600=CARRIER 31200*
- CARRIER,,57600=CARRIER 30666*
- CARRIER,,57600=CARRIER 29333*
- CARRIER,,57600=CARRIER 28800*
- CARRIER,,57600=CARRIER 28000*
- CARRIER,,57600=CARRIER 26400*
- CARRIER,,57600=CARRIER 24000*
- CARRIER,,57600=CARRIER 21600*
- CARRIER,,57600=CARRIER 19200*
- CARRIER,,57600=CARRIER 16800*
- CARRIER, 57600=CARRIER 14400*
- CARRIER, 19200=CARRIER 12000*
- CARRIER, 9600=CARRIER 9600*
- CARRIER, 9600=CARRIER 7200*
- CARRIER, 4800=CARRIER 4800*
- CARRIER, 2400=CARRIER 2400*
- CARRIER, 1200=CARRIER 1200*
-
- ; <eof>
-
-