LTE Standard Module Series
LTE Standard MMS Application Note
LTE_Standard_MMS_Application_Note 8 / 26
Write Command
AT+QMMSCFG="mmsc"[,<URL>]
Response
If
<URL>
is omitted, query the current settings:
+QMMSCFG: "mmsc",<URL>
OK
If
<URL>
is specified, configure MMSC URL:
OK
Or
+CME ERROR: <err>
Write Command
AT+QMMSCFG="proxy"[,<gateway>,<po
rt>]
Response
If
<gateway>
and
<port>
are both omitted, query the
current settings:
+QMMSCFG: "proxy",<gateway>,<port>
OK
If
<gateway>
and
<port>
are specified, configure proxy
gateway and port:
OK
Or
+CME ERROR: <err>
Write Command
AT+QMMSCFG="character"[,<charset>]
Response
If
<charset>
is omitted, query the current settings:
+QMMSCFG: "character",<charset>
OK
If
<charset>
is specified, configure the character format:
OK
Or
+CME ERROR: <err>
Write Command
AT+QMMSCFG="sendparam"[,<valid>,<
pri>,<sendrep>,<readrep>,<visible>,<cla
ss>]
Response
If
<valid>
,
<pri>
,
<sendrep>
,
<readrep>
,
<visible>
,
<class>
are all omitted, query the current settings:
+QMMSCFG: "sendparam"
,
<valid>
,
<pri>
,
<sendrep>
,
<
readrep>
,
<visible>
,
<class>
OK
If
<valid>
,
<pri>
,
<sendrep>
,
<readrep>
,
<visible>
,
<class>
are all specified:
OK
Or