Motorola G24 用户手册

下载
页码 642
GPRS/EDGE
3-416
 AT Commands Reference Manual
December  31, 2007
Example
AT+MIPCSC=?
+MIPCSC: (1-4),(0-2047):
OK
AT+MIPCSC?
+MIPCSC: 1,0
+MIPCSC: 2,0
+MIPCSC: 3,0
+MIPCSC: 4,0
OK
AT+MIPCSC=2,256 // 256 = 00100000000 (binary), so in case of 
 // SSL_DOMAIN_NAME_MISMATCH alert,
 // connection would be closed automatically.
OK
AT+MIPCSC?
+MIPCSC: 1,0
+MIPCSC: 2,256
+MIPCSC: 3,0
+MIPCSC: 4,0
OK
AT+MIPOPEN=2,2222,
www.xyz.com
,443,2  // connect to site using SSL protocol
OK
+MIPSSL: 2,19// SSL_DOMAIN_NAME_MISMATCH alert received.
+MIPSTAT: 2,2// Connection closed automatically due to received alert.
AT+MIPOPEN=1,1111,
www.xyz.com
,443,2 // Connect to site using SSL protocol
OK
+MIPSSL: 1,19// SSL_DOMAIN_NAME_MISMATCH alert received.
+MIPOPEN: 1,2// Connection established despite of receiving alert.