![Multitech MultiConnect AW User Manual Download Page 41](http://html.mh-extra.com/html/multitech/multiconnect-aw/multiconnect-aw_user-manual_1855847041.webp)
Multi-Tech Systems, Inc. MultiConnect AW User Guide
41
The following are examples of scripts that you can use to configure a MultiConnect through a terminal
program application. These examples were created with Tera Term. Multi-Tech System does not support
the Tera Term terminal emulator; it was used to show how a terminal emulator can be used to configure
a script for the MultiConnect.
This chapter includes sample scripts for a GPRS, GSM, and CDMA configurations.
GPRS Configuration Script Example
;
;TeraTerm Script
;
;Configuration Script for MT100A2W-G (GPRS) device
;Date: 07/14/2009
;Author: Thanh Q. Tran
;Version: 1.0 - Initial Version
;
; 12/09/2009 - Added "Debug section - Enable or Disable debug"
;NOTE: use ';' to comment out any option and its corresponding wait'OK'
; that are not needed to be modified.
;
; Parameters within the double quotes are separated by a single space.
; Parameters have to be in Capital letters.
;
; Make sure to reboot the device before running this script
;--------------------------------------------------------------
; Determined which menu we are currently in
;--------------------------------------------------------------
send 10
timeout = 1
wait 'Please enter password to login =>' 'Enter selection =>'
if result=1 goto LOGIN
pause 1
sendln ""
goto HANDSHAKE
:LOGIN
timeout = 0
pause 2
sendln "admin" ;Login password
:HANDSHAKE
;--------------------------------------------------------------
; Handshake section
;--------------------------------------------------------------
pause 1
sendln "C"
wait 'Are you sure you want to start the configuration script?'
wait 'Enter (yes/no) => '