Specifications
INTRODUCTION
17 ATCommandsforHSPA‐H5Modems
Theresponsetothetestcommand(trailing=?)maychangeinthefuturetoallo w thedescriptionofnew
valuesandfunctions.
Note:Issuingthereadcommand(trailing?)causesthecommandtobeexecuted.
Whetherornottheequipmentimplementstheactioncommand(inthiscaseissuing
thecorresponding
testcommand‐trailing=?‐returnstheOKresultcode),and,ifsubparametersareassociatedwiththe
action,therangesofsubparametersvaluesthataresupported.
Actioncommandsdonotstorethevaluesofanyoftheirpossiblesubparameters.Moreover:
Ifallthesubparametersofaparametertypecommand+CMD(or#CMDor$CMD)areoptional,issuingAT+CMD=<CR>(or
AT#CMD=<CR>orAT$CMD=<CR>)causestheOKresultcodetobereturnedandthepreviousvaluesoftheomitted
subparameterstoberetained.
StringTypeParameters
Astring,enclosedbetweenquotesornot,isavalidstringtypeparameterinput.According toV.25terspace
charactersareignoredonthecommandlineandmaybeusedfreelyforformattingpurposes,unlesstheyare
embeddedinnumericorquotedstringconstants.Thereforeastringcontainingaspacecharacterhas
tobe
enclosedbetweenquotestobeconsideredavalidstringtypeparameter.ForexampletypingAT+COPS=1,0,"A1"is
thesameastypingAT+COPS=1,0,A1;typingAT+COPS=1,0,"ABB"isdifferentfromtypingAT+COPS=1,0,ABB.
Astringisalwayscasesensitive.
Somecommandsrequireyoutoalwaysplacetheinputstringparameterswithin
quotes.Whenthisisrequired,the
commanddescriptionsexplicitlytellyouso.
CommandLines
Acommandlineismadeupofthreeelements:theprefix,thebodyandtheterminationcharacter.
Thecommandline prefixconsistsofthecharacters“AT”or“at”.Torepeattheexecutionoftheprevious
commandline,usethecharacters“A/”or“a/”orAT#/orat#/.
UsingparameterS3,you
canselecttheterminationcharacter.Thedefaultis<CR>.
Thestructuresofthecommandlineare:
ATCMD1<CR>whereATisthecommandlineprefix,CMD1isthebodyofabasiccommandand<CR>isthe
commandlineterminatorcharacter.
Thenameofthecommandneverbeginswiththecharacter“+”
ATCMD2=10<CR>where10isasubparameter.
AT+CMD1;+CMD2=,,10<CR>Thesearetwoexamples ofextendedcommandsTheyaredelimitedwith
semicolon.Inthesecondcommandthesubparameterisomitted.
Thenameofthecommandalwaysbeginswiththecharacter“+”.
+CMD1?<CR>Thisisareadcommandforcheckingcurrentsubparameter values.
+CMD1=?<CR>Thisisatest
commandforcheckingpossiblesubparametervalues.
Thesecommandsmightbeperformedinasinglecommandlineasshownbelow:
ATCMD1CMD2=10+CMD1;+CMD2=,,10;+CMD1?;+CMD1=?<CR>
Itisrecommendedtoseparatethebasiccommands andtheextendedcommandsintodifferentcommandlines.