Chapter 6 – Configuration Scripts
46
Multi-Tech Systems, Inc. MultiConnect AW User Guide
; Handshake section
;--------------------------------------------------------------
sendln "C"
wait 'Are you sure you want to start the configuration script?'
wait 'Enter (yes/no) => '
sendln "yes"
wait 'ConfigMenuScript'
pause 1
;----------------------------------------------------------------------------------------------
; Cellular port section
;----------------------------------------------------------------------------------------------
sendln "1 A GSM" ; Choices for the last parameter: "GPRS", "GSM", "CDMA"
wait 'OK'
sendln "1 K NAM" ; Choices for the last parameter: "NAM", "EURO"
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" ; Choices for the last parameter: "56000", "33600", "28800", "14400",
; "12000", "9600", "4800", "2400", "2200", "1200", "300"
; wait 'OK'
; sendln "2 B B V34" ; Choices for the last parameter: "V92", V90", "V34", "V32BIS", "V32",
; "V22BIS", "V22", "BELL212A", "BELL103"
; wait 'OK'
; sendln "2 B C V42_MNP" ; Choices 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'