User guide

56
NTC-40 HSPA+ M2M WiFi Router with Voice
YML40V
www.netcommwireless .com
NTC-40 Series HSPA+ M2M WiFi Router
SMS Diagnostics Examples
The examples below demonstrate various combinations of supported commands. This is not a complete list. To obtain a complete
list, please contact NetComm.
DESCRIPTION
AUTHENTICATION
INPUT EXAMPLE
Send SMS to change APN
Not required
set apn1=Telstra.internet
set apn2=”3netaccecss”
Required
Password1234 set apn1=Telstra.internet
Password1234 set apn2=3netaccecss
Send SMS to change the 3G
username
Not required
set username=’NetComm’
Required
Password1234 set username= ”NetComm”
Send SMS to change the 3G
password
Not required
set password= `NetComm`
Required
Password1234 set password= `NetComm`
Send SMS to change the 3G
authentication
Not required
set authtype= ‘pap
Required
Password1234 set authtype = pap
Send SMS to reboot
Not required
execute reboot
Required
Password1234 execute reboot
Send SMS to check the WAN IP
address
Not required
get wanip
Required
Password1234 get wanip
Send SMS to check the 3G signal
strength
Not required
get rssi
Required
Password1234 get rssi
Send SMS to check the IMEI
number
Not required
get imei
Required
Password1234 get imei
Send SMS to check the current
band
Not required
get band
Required
Password1234 get band
Send SMS to Disconnect (if
disconnected) and reconnect the 3G
connection
Not required
execute pdpcycle
Required
Password1234 execute “pdpcycle1
Send SMS to disconnect the 3G
connection
Not required
exceute pdpdown1
Required
Password1234 execute pdpdown1
Send SMS to connection the 3G
connection
Not required
execute pdpup
Required
Password1234 execute pdpup1
Send multiple get command
Not required
get wanip; get rssi
Required
Password1234 get wanip; get rssi
Send multiple set command
Not required
set apn1=”3netaccecss”; set password1=’NetComm’
Required
Password1234 set apn=”3netaccecss; set password=NetComm
Table 30 - SMS Diagnostics - Example Commands