home *** CD-ROM | disk | FTP | other *** search
INI File | 1996-01-17 | 1.7 KB | 62 lines |
- [MODEM_INTERNAL_VARS]
- INIT=ATB0E0Q0V1Y0
- ; This is the modem initialisation string.
-
- [MODEM_DEVICE_COMMANDS]
- TIME_OUT=ATS7=
- ; The command for "maximum time for your modem to find a carrier".
- SHORT_BREAK=/
- ; The command for a short break (0.125 seconds).
- LONG_BREAK=,
- ; The command for a longer break (2 seconds).
- WAIT_FOR_DIALTONE=W
- ; The command to wait for Dial Tone.
- NO_STOP=
- ; The command for not waiting.
- DIAL_ACTION=ATD
- ; The basic dial command.
- EARTH=>
- ; The command for earth (recall).
- FLASH=!
- ; The command for flash (recall).
- SPECIAL_DIAL=
- ; The command for a special dial (hardware dependent - not currently supported on this version).
- HOOK=ATH
- ; The command for your modem to hook.
- VOLUME=L
- ; The command to vary the volume level of your modem's loudspeaker.
- Mith÷ren=M
- ; (Speaker State). The command to change the state of your modem loudspeaker.
-
- [MODEM_DEVICE_CODES]
- ; These are the result messages from your modem - the values as shipped
- ; should work well with the standard Hayes modem command set.
- ; If your modem issues different messages (e.g. 'WAIT' instead of 'BUSY'
- ; for a busy line then change the BUSY statement to BUSY=WAIT.
- OK=OK
- CONNECT=CONNECT
- RING=RING
- NO_CARRIER=NO CARRIER
- ERROR=ERROR
- NO_DIALTONE=NO DIALTONE
- BUSY=BUSY
- NO_ANSWER=NO ANSWER
- DELAY=DELAY
- SYSTEM_SUSPEND=SYSTEM SUSPEND
- CONNECT_1200=CONNECT 1200
- CONNECT_2400=CONNECT 2400
- CONNECT_4800=CONNECT 4800
- CONNECT_9600=CONNECT 9600
- CONNECT_14400=CONNECT 14400
-
- [TIMES]
- BASE=9500
- ; Base Delay Time.
- TUNE=100
- ; (TONE). Time for one digit in tone dialling.
- PULSE=50
- ; Time for one pulse in pulse dialling (one digit=value pulses).
- PULSE_DELAY=650
- ; Time between two digits in pulse dialling.
-
-