Chapter 6 – Configuration Scripts
Multi-Tech Systems, Inc. MultiConnect AW User Guide
43
; sendln "1 O 15" ; Choice for the last parameter: Enter the Physical TimeOut in minute for option O
; wait 'OK'
; sendln "1 P ON" ; Choices for the last parameter: "ON", "OFF"
; wait 'OK'
; sendln "1 Q 100" ; last parameter: Enter the TCP package transmit delay in msec for option Q
; wait 'OK'
; sendln "1 R 90" ; last parameter: Enter the radio handshake TimeOut in sec for option R
; wait 'OK'
; sendln "1 S 1234" ; last parameter: "DISABLE", or Enter the SIM unlock code for option S
; wait 'OK'
;-------------------------------------------------------------------------------------------------------
; Analog port section - In most cases, this section can be commented out
;-------------------------------------------------------------------------------------------------------
; sendln "2 A ATI" ; last parameter: Enter the init string you want to send to the analog modem
; wait 'OK'
; sendln "2 B A 33600" ; for the last parameter: "56000", "33600", "28800", "14400",
; "12000", "9600", "4800", "2400", "2200", "1200", "300"
; wait 'OK'
; sendln "2 B B V34" ; for the last parameter: "V92", V90", "V34", "V32BIS", "V32", "V22BIS",
; "V22", "BELL212A", "BELL103"
; wait 'OK'
; sendln "2 B C V42_MNP" ; for the last parameter: "V42_MNP", "V42_ONLY", "MNP DIRECT_MODE", "NO_ECM"
; wait 'OK'
; sendln "2 B D V42BIS_MNP5" ; Choices for the last parameter: "V42BIS_MNP5", "NO_COMPRESSION"
; wait 'OK'
; sendln "2 B E RTS_CTS" ; Choices for the last parameter: "RTS_CTS", "XON_XOFF", "DISABLE"
; wait 'OK'
; sendln "2 B F ON" ; Choices for the last parameter: "ON", "OFF"
; wait 'OK'
; sendln "2 B G 90" ; last parameter: Enter the Analog modem handshake timeOut in seconds
; wait 'OK'
;----------------------------------------------------------------------------------------------
; System Login section
;----------------------------------------------------------------------------------------------
sendln "3 ON" ; Choices for the last parameter: "ON", "OFF"
wait 'OK'
;----------------------------------------------------------------------------------------------
; Changing System Login Password - In most cases, this section can be commented out
;----------------------------------------------------------------------------------------------
; sendln "3 C ????? ?????" ; Choices for the last 2 parameters: old password, new password