LTE Standard Module Series
LTE Standard MMS Application Note
LTE_Standard_MMS_Application_Note 19 / 26
+QMMSEDIT: 2,"[email protected]"
OK
AT+QMMSEDIT=3
//Query the BCC recipient address.
+QMMSEDIT: 3,"[email protected]"
OK
AT+QMMSCFG="character","ASCII"
//Configure the character type as ASCII for title.
OK
AT+QMMSEDIT=4,1,"test EM05 mms"
//Edit the title of the MMS message.
OK
AT+QMMSEDIT=4
//Query the title of the MMS message.
+QMMSEDIT: 4,"ASCII","test EM05 mms"
OK
//Add attachments.
AT+QFUPL="RAM:test_ram.txt",100,300,1
//Upload a file to RAM. The file will be saved as
test_ram.txt
and the maximum size of file is 100
bytes. 300 indicates timeout value, and 1
indicates ACK mode. For more details, please
refer
to
Quectel_LTE_Standard_FILE_Application_Note.
CONNECT
<Input 100 bytes data>
+QFUPL: 100,0
OK
AT+QFLST="RAM:* "
//Query the file list of RAM.
+QFLST: "RAM:test_ram.txt",100
OK
AT+QMMSCFG="character","ASCII"
//Configure the character type as ASCII for
RAM:test_ram.txt
.
OK
AT+QMMSEDIT=5,1,"RAM:test_ram.txt"
//Add attachments for the MMS message.
test_ram.txt
is an RAM file.
OK
AT+QMMSEDIT=5
//Query the attachments.
+QMMSEDIT: 5,"RAM:test_ram.txt"
OK
AT+QFUPL="RAM:test_pic.jpg",200,300,1
//Upload a file to RAM. The file will be saved as
test_pic.jpg
and the maximum size of file is 200
bytes. 300 indicates timeout value, and 1