Config |
#
# Configuration for a Multi-Tech MT5634Z*
# The only difference between this and the MT2834Z is the AT&K instead
# of AT&E
#
# The modem has been tried with both XON/XOFF and RTS/CTS flow
# control; this configuration is for hardware flow control.
#
#
CountryCode:
AreaCode:
FAXNumber:
LongDistancePrefix:
InternationalPrefix:
DialStringRules: etc/dialrules
ServerTracing: 1
SessionTracing: 11
RecvFileMode: 0600
LogFileMode: 0600
DeviceMode: 0600
RingsBeforeAnswer: 0
SpeakerVolume: off
GettyArgs: "-h %l dx_%s"
LocalIdentifier: ""
TagLineFont: etc/lutRS18.pcf
TagLineFormat: "From %%l|%c|Page %%p of %%t"
QualifyTSI: etc/tsi
MaxRecvPages: 25
#
#
# Modem-related stuff: should reflect modem command interface
# and hardware connection/cabling (e.g. flow control).
#
ModemType: Class2 # use class 2 interface
ModemRate: 38400 # lock rate for DCE-DTE communication
ModemFlowControl: rtscts # default
#
ModemSoftResetCmd: ATZ # do soft reset of modem
ModemHardFlowCmd: AT&K3 # hardware flow control
ModemSoftFlowCmd: AT&K4 # software flow control
ModemSetupDTRCmd: AT&D3 # setup so DTR drop resets modem
ModemSetupDCDCmd: AT&C1 # setup so DCD reflects carrier (or not)
ModemSetupAACmd: AT+FAA=1 # enable adaptive-answer in class 2
#
# NB: some models get confused by the @
#
ModemDialCmd: ATDT%s # T for tone dialing, @ for silence
#
Class2RecvDataTrigger: "\022" # character sent to modem to start recv
|