Operation Manual

1234,mreboot, //reboot the highest priority modem
1234,mreboot,usb1, //reboot the modem plugged into port usb1
apn – Reboot the modem (port parameter optional)
Syntax:
<password>,apn,<new APN>,[port,]
Examples:
1234,apn,myapn@apn.com, //set APN of highest priority modem
1234,apn,myapn@apn.com,usb1, //set APN for modem in port usb1
userpass – Set the modem's authentication username and password (port parameter optional)
Syntax:
<password>,userpass,<username>,<userpassword>,[port,]
Examples:
1234,userpass,joe,mypassword, //set information of highest priority modem
1234,userpass,joe,mypassword,usb3, //set information on modem in port usb3
simpin – Set the SIM's PIN (port parameter optional)
Syntax:
<password>,simpin,<pin>,[port,]
Examples:
1234,simpin,5678, //set simpin in highest priority modem
1234,simpin,5678,usb2 //set simpin in modem on port usb2
log – Return a portion of the router log
Syntax:
<password>,log,[start,]
Examples:
1234,log, //return the first 10 items of the log (items 0 through 9)
1234,log,10, //return items 10 through 19 of the log
1234,log,20, //return items 20 through 29 of the log
181