⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 at指令.txt

📁 使用短信猫可以实现短信的群发
💻 TXT
字号:
/***************************************************************************/
// AT 指令		  功能 
// 
// AT+CMGC     Send an SMS command(发出一条短消息命令) 
// AT+CMGD     Delete SMS message(删除SIM卡内存的短消息) 
// AT+CMGF     Select SMS message formate(选择短消息信息格式:0-PDU;1-文本) 
// AT+CMGL     List SMS message from preferred store
//  		   (列出SIM卡中的短消息PDU/text:   
// 			   0/“REC UNREAD”-未读,
// 			   1/“REC READ”-已读,
// 			   2/“STO UNSENT”-待发,
// 			   3/“STO SENT”-已发,
// 			   4/“ALL”-全部的) 
// 
// AT+CMGR     Read SMS message(读短消息) 
// AT+CMGS     Send SMS message(发送短消息) 
// AT+CMGW     Write SMS message to memory(向SIM内存中写入待发的短消息) 
// AT+CMSS     Send SMS message from storage(从SIN|M内存中发送短消息) 
// AT+CNMI	   New SMS message indications(显示新收到的短消息) 
// AT+CPMS	   Preferred SMS message storage(选择短消息内存) 
// AT+CSCA     SMS service center address(短消息中心地址) 
// AT+CSCB     Select cell broadcast messages(选择蜂窝广播消息) 
// AT+CSMP     Set SMS text mode parameters(设置短消息文本模式参数) 
// AT+CSMS     Select Message Service(选择短消息服务) 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -