C114门户论坛百科APPEN| 举报 切换到宽版

亚星游戏官网

 找回密码
 注册

只需一步,快速开始

短信验证,便捷登录

搜索
查看: 1907|回复: 0

[问题讨论] QCOM [复制链接]

军衔等级:

亚星游戏官网-yaxin222  新兵

注册:2019-11-5
发表于 2020-10-9 13:58:12 |显示全部楼层
//发送短信:
1、AT+CPMS="ME","ME","ME";+CMGF=?       
     AT+CPMS="SM","SM","SM";+CMGF=? //Set storage to be SIM
2、AT+CMGF=1   //set sms format
3、Send sms to DUT  //By UI or AT CMD
注:AT发送sms方法如下
发:AT+CMGS="+8615083111880"
收:>
在>符号后输入内容 data       //data 为发送内容(enter 后以ctrl+z(0x1A)结束)
返回值:+CMGS: xx
4、 AT+CMGL="all" //list sms
      AT+CMGR=0   //read a SMS ,1表示某一条,1为第二条,0为第一条
      AT+CMGD=0  //删除某一条短信

1. AT+CMGF=1 //Set SMS message format as text mode
2. AT+CSCS="GSM" //Set character set as GSM which is used by the TE
3. AT+QCMGS="15056913384",120,1,2 <CR> //Input 120 for <uid>, send the first segment of the concatenated SMS
>ABCD<Ctrl-Z>
4. AT+QCMGS= "15056913384",120,2,2 <CR> //Send the second segment of the concatenated SMS.
>EFGH<Ctrl-Z>
5.查看手机15056913384是否收到短信

举报本楼

您需要登录后才可以回帖 登录 | 注册 |

手机版|C114 ( 沪ICP备12002291号-1 )|联系大家 |网站地图  

GMT+8, 2024-9-25 17:19 , Processed in 0.229549 second(s), 15 queries , Gzip On.

Copyright © 1999-2023 C114 All Rights Reserved

Discuz Licensed

回顶部
XML 地图 | Sitemap 地图