# MODEM.CFG # # This file defines the characters that are sent to the modem to establish # a connection. # The default characters are the commands as used by Hayes compatible modems. # # You can edit this file to support another modem. # # Type in the characters that correspond to the commands that your # modem supports. # # # The following line specifies the Escape command, that places the modem in # the command mode: # ESCAPE="+++" # # The following line specifies the Reset command that resets the modem: # It must set responses on. # RESET="ATZ" # # The following line specifies the Init command that initializes the modem: # INIT="AT Q0 E0 S0=0 L0" # # The following line specifies the Dial command for specifying a telephone # number. # DIAL="ATDT" # # The following line specifies the Initialisation of the remote site modem. # Remote site modem must be set to auto answer, Echo must be set off # and the modem must give no responses. # INITREMOTE="AT S0=1 Q1 E0 &W0" # # The following line specifies the maximum time the program will wait for the # remote site modem (phone) to answer. # The default timeout value is 30 seconds, the minimum is 1 and the maximum is # 3600 (1 hour). # DIALTIMEOUT="30" #