![GOSUNCN ME3630 Series Скачать руководство пользователя страница 41](http://html.mh-extra.com/html/gosuncn/me3630-series/me3630-series_command-reference-manual_2247368041.webp)
All Rights reserved, No Spreading without GOSUNCN Permission
40
AT Command Reference Guide of Module Product
ME3630
+CMGS: 248,"12/11/05,14:45:39+32"
OK
//CSMS:0
AT+CSMS=0
+CSMS: 1,1,1
OK
AT+CMGS="18891006239"
> this
+CMGS: 249
OK
6.2.
AT+CMGF Message Format
Set command selects input and output format of messages to use. <mode> indicates the format of messages used with send,
list, read and write commands and unsolicited result codes resulting from received messages. Mode can be either PDU mode (entire
TP data units used) or text mode (headers and body of the messages given as separate parameters). Text mode uses the value of
parameter <chset> specified by command Select TE Character Set +CSCS to inform the character set to be used in the message body
in the TA-TE interface.
Read command reports the current value of the parameter <mode>.
Test command returns supported modes as a compound value.
Command
Response
+CMGF=[<mode>]
<CR><LF>OK<CR><LF>
+CMGF?
<CR><LF>+CMGF: <mode><CR><LF>
<CR><LF>OK<CR><LF>
+CMGF=?
<CR><LF>+CMGF: (list of supported <mode>s) <CR><LF>
<CR><LF>OK<CR><LF>
Parameter
<mode>:
0
PDU mode (default when implemented)
1
Text mode
Example
AT+CMGF=?
+CMGF: (0-1)
OK
AT+CMGF?
+CMGF: 0