Specifications
AT Command Set Reference
Ver. 1.00
GSM1308AT001 Page 402 Ver. 1.00 – 10/29/2008
4.16.26 $PWRMSG Power On Message
(continued)
Example:
AT$PWRMSG?
$PWRMSG: "AT-Command Interpreter
ready"
AT$RESET
AT-Command Interpreter ready
AT$PWRMSG ="Ready To Go"
OK
AT$PWRMSG?
$PWRMSG: "Ready To Go"
AT$RESET
Ready To Go
AT$PWRMSG =""
OK
AT$PWRMSG?
$PWRMSG: "AT-Command Interpreter
ready"
The second parameter is optional.
AT$PWRMSG="New Powerup Msg" sets 'New Powerup Msg' as powerup
msg
AT$PWRMSG="New Powerup Msg",0 same as previous
AT$PWRMSG=,1 removes the powerup msg
AT$PWRMSG="some text",1 removes the powerup msg (ignores
text)
AT$PWRMSG="" sets powerup msg back to default
string
AT$PWRMSG="",0 same as previous