User guide

Chapter 6 Configuration Scripts
46 MultiConnect AW User Guide
; pause 1
; sendln "2 B E RTS_CTS" ; Choices for the last parameter: "RTS_CTS", "XON_XOFF", "DISABLE"
; wait 'OK'
; pause 1
; sendln "2 B F ON" ; Choices for the last parameter: "ON", "OFF"
; wait 'OK'
; pause 1
; sendln "2 B G 90" ; last parameter: Enter the Analog modem handshake timeOut in seconds
; wait 'OK'
; pause 1
;----------------------------------------------------------------------------------------------
; System Login section
;----------------------------------------------------------------------------------------------
; sendln "3 ON" ; Choices for the last parameter: "ON", "OFF"
; wait 'OK'
; pause 1
;----------------------------------------------------------------------------------------------
; 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
; wait 'OK'
; pause 1
;----------------------------------------------------------------------------------------------
; Timers section - In most cases, this section can be commented out
;----------------------------------------------------------------------------------------------
; sendln "4 A 0" ; Choice for the last parameter: Enter the Menu Inactivity timer in seconds
; wait 'OK'
; pause 1
; sendln "4 B 300" ; Choice for the last parameter: Enter the No Signal Reset timer in seconds
; wait 'OK'
; pause 1
; sendln "4 C 5" ; last parameter: Enter the Timeout Between Dialed Digits in seconds
; wait 'OK'
; pause 1
;----------------------------------------------------------------------------------------------
; Debug section - Enable or Disable debug
;----------------------------------------------------------------------------------------------
; sendln "8 Y" ; Choices for the last parameter: "Y", "N"
; wait 'OK'
; pause 1
;-----------------------------------------------------------------------------------------------
; Wireless Connection - save this option for last because if "Always On" is selected because the
; system will start the connection right away!