LTE Standard Module Series
LTE Standard MMS Application Note
LTE_Standard_MMS_Application_Note 20 / 26
indicates ACK mode. For more details, please
refer
to
Quectel_LTE_Standard_FILE_Application_Note.
CONNECT
<Input 200 bytes data>
+QFUPL: 200,0
OK
AT+QFLST="RAM:*"
+QFLST: "RAM:test_ram.txt",100
//Query the file list of RAM.
+QFLST: "RAM:test_pic.jpg",200
OK
AT+QMMSEDIT=5,1,"RAM:test_pic.jpg"
//
RAM:test_pic.jpg
is not a text file. There is no
need to specify the character set.
OK
AT+QMMSEDIT=5
//Query the attachments.
+QMMSEDIT: 5,"RAM:test_ram.txt"
+QMMSEDIT: 5,"RAM:test_pic.jpg"
OK
//Step 5: Send the MMS message.
AT+QMMSEND=100
//Send the MMS message.
OK
+QMMSEND: 0,200
//Indicate the result of sending the MMS message.
//Step 6: Clear content of the MMS message.
AT+QMMSEDIT=0
//Clear the content of the MMS message.
OK
AT+QFDEL="RAM:test_ram.txt"
//Delete the RAM file.
OK
AT+QFDEL="RAM:test_pic.jpg"
//Delete the RAM file.
OK