Welcome![Sign In][Sign Up]
Location:
Search - 手机短信指令

Search list

[Communication-MobileVb短信收发.rar

Description: 该系统按手机短信的标准AT指令开发,普遍适用于各种手机。 将收发短信的手机通过手机数据线接到电脑的串口,运行该软件的可执行程序即可进行接收和发送短信了。 注意:手机数据线需向厂家或第三方另行购买
Platform: | Size: 14128 | Author: | Hits:

[SMS用AT命令存取西门子手机的VB源程序

Description: 本程序是用VB关于AT指令的一个手机短信收发各式,现在拿出来给大家一起学习-this procedure is used on the AT command VB of an SMS to all kinds of transceivers now up to all learning together
Platform: | Size: 177602 | Author: | Hits:

[Communicationhd31GSM MODEM短信群发程序

Description: 利用AT指令和GSM MODEM通讯发送手机sms短信的例子程序!-use AT command and GSM phone modem communications to send messages to the advent of example programs!
Platform: | Size: 563979 | Author: 土豆 | Hits:

[SMS串口短信收发软件AT

Description: 用AT指令短信收发软件-将收发短信的手机通过手机数据线接到电脑的串口,运行该软件的可执行程序即可进行接收和发送短信了。-with AT command messaging software TX-to send and receive text messages through mobile phone data lines received computer serial ports, run the executable software will be able to proceed to receive and send messages.
Platform: | Size: 14615 | Author: kyz | Hits:

[SMS电脑通过手机发送短信和WAPPUSH源代码(VC++6.0)

Description:

windows下,通过串口/USB/红外/蓝牙连接手机,虚拟出一个串口,程序通过与串口的通讯,完成发送短信和WAPPUSH等操作。


Platform: | Size: 33464 | Author: CnXiaowei | Hits:

[ComboBox短信ocx控件

Description: 蓝天短信猫收发控件开发使用手册 安装 通过运行regsvr32.exe程序来安装本控件,如: regsvr32.exe c:\winnt\system32\alasunsmscon.ocx 提示: 由于本控件使用了微软公司的MSCOMM32.OCX,所以用户在自己程序发布时,除了要分发本 控件外,还要包括MSCOMM32.OCX。 特别声明: 深圳市蓝天信息技术有限公司开发的alasunsmscon.ocx控件稳定支持本公司生产的短信猫设备,已对短信猫芯片调用此控件进行了加密技术,本公司的alasunsmscon.ocx控件在调用其它公司短信猫设备时,刚开始能运行一段时间,但运行一段时间后会出现控件无法调用,导致程序无法运行,短信出现乱码等问题,由此声明只对本公司生产的短信猫调用控件负责,用其它公司生产的短信猫调用此控件所引起的系统不稳定,本公司概不负责,敬请谅解。 控件使用说明 ◆属性 序 号 属性名称 数据类型 说 明 1 AutoDelMsg Boolean 设置是否在阅读短信后自动删除SIM卡内短信存档 (建议在经常接收短信时设置为true)。 设计和运行时都可以读写, true自动删除 false不自动删除 默认为false 2 CommPort Integer 串口号(运行时只读) 3 IsOpen Boolean 设备是否已经打开(只读) True已打开 False未打开 4 IsRegOK Boolean 控件是否成功注册(只读) True已打开 False未打开 5 Settings String 设备与计算机的串口通讯设置 设计时和运行时都可以读写 默认值为 9600,n,8,1,分别代表波特率、奇偶校验、 数据位数和停止位数 ◆方法 ☆ 发送AT指令 (ATCommand) 功能描述:向端口发送AT指令 参数:ATCmd string 您要发送的AT指令 返回:string AT指令返回结果 如为错误,返回ERROR ☆ 关闭通讯端口 (CloseComm) 功能描述:关闭与设备的通讯端口 参数: 无 返回: Long 0 成功,其它 失败 ☆ 删除短消息 (DelMsgByIndex) 功能描述:删除SIM卡中指定位置的短信 参数: iIndexNo Integer 要删除SIM卡中短信的位置 返回: Long 0 删除成功,其他 删除失败 ☆ 取得机器码(GetMachineNo) 功能描述:取得机器码(注册控件时用) 参数: 无 返回: string 机器码字符串 ☆ 取得短信中心号码 (GetMsgCenterNo) 功能描述:取得短信中心号码 参数: 无 返回: string 短信中心号码 ☆ 取得注册用户名 (GetRegUserName) 功能描述:取得注册用户名 参数: 无 返回:string 用户名 ☆ 取得未读信息列表 (GetUnreadMsgIndexList) 功能描述:取得未读信息列表 参数: 无 返回: string 逗号分隔的未读信息序号的列表 ☆ 打开通讯端口 (OpenComm) 功能描述: 打开与设备的通讯端口 参数: 无 返回: Long 0 成功, 其他 失败 ☆ 读取设备新收到的短消息 (ReadMsg) 功能描述:读取设备新收到的短消息 参数: sNo string 收到短信的来源号码 sCon string 收到短信的内容 sMsgCenterNo string 短信中心号码 dSendTime date 发送短信的时间 iSendTimeZone Integer 发送短信的时区 返回: Long 0 读取成功, 其他 读取失败 ☆ 读取短消息 (ReadMsgByIndex) 功能描述:读取SIM卡中指定位置的短消息 参数: iIndexNo Integer 短信序号 sNo string 收到短信的来源号码 sCon string 收到短信的内容 sMsgCenterNo string 短信中心号码 dSendTime date 发送短信的时间 iSendTimeZone Integer 发送短信的时区 返回: Long 0 读取成功,其他 读取失败 ☆ 发送短消息 (SendMsg) 功能描述:发送一条短信息 参数: sNo string 对方的手机号码 sCon string 短消息内容 sMsgCenterNo string 短信中心号码(可选) iMsgType Integer 短信类型 (见下表) bAsync Boolean 是否异步发送(可选,默认为False) 返回: Long 0 发送成功,其他 发送失败 ◆短信类型: 常量 值 说 明 alasunUCS2 0 Unicode类型,如中文。选择此类型,短信的最长长度 为70个字符。 alasun7Bit 1 7Bit类型,一般用来发送英文短信,选择此类型,短信 最长长度为160个字符。 alasunBlinking 2 闪烁类型的短信(需手机支持)。 alasunFlash 4 免提短信(直接显示在用户手机屏幕上,需手机支持), 选择此类型,短信编码自动为Unicode,并且最长长度 为69个字符。 以为常量可以结合使用,如alasunBlinking+alasunFlash ☆ 设置短信中心号码 (SetMsgCenterNo) 功能描述:设置短信中心号码 参数: sNewValue string 短信中心号码 返回: Long 0 成功,其他 失败 ☆ 注册控件 (SetSN) 功能描述:注册控件(注册控件时用); 参数: strUserName string 短信用户名 strRegNo string 注册序列号 返回: Boolean True 注册成功,False 失败 ☆ 显示控件关于对话框 (ShowAbout) 功能描述:显示控件关于对话框 参数: 无 返回: 无 ◆ 事件 ☆ OnReceive 当短信到达时触发这个事件,请在此事件中调用ReadMsg方法 ☆ OnSend 在异步发送方式时,短信成功发送时,触发此事件,同步发送时,此事件无效
Platform: | Size: 207421 | Author: terry600@163.com | Hits:

[DocumentsGPRS模块手机短信指令及分析

Description: gprs收发短信信息说明
Platform: | Size: 107600 | Author: njlrsoft | Hits:

[SMS用AT命令存取西门子手机的VB源程序

Description: 本程序是用VB关于AT指令的一个手机短信收发各式,现在拿出来给大家一起学习-this procedure is used on the AT command VB of an SMS to all kinds of transceivers now up to all learning together
Platform: | Size: 177152 | Author: | Hits:

[Communicationhd31GSM MODEM短信群发程序

Description: 利用AT指令和GSM MODEM通讯发送手机sms短信的例子程序!-use AT command and GSM phone modem communications to send messages to the advent of example programs!
Platform: | Size: 563200 | Author: 土豆 | Hits:

[SMS串口短信收发软件AT

Description: 用AT指令短信收发软件-将收发短信的手机通过手机数据线接到电脑的串口,运行该软件的可执行程序即可进行接收和发送短信了。-with AT command messaging software TX-to send and receive text messages through mobile phone data lines received computer serial ports, run the executable software will be able to proceed to receive and send messages.
Platform: | Size: 14336 | Author: kyz | Hits:

[GDI-Bitmapmobilesms

Description: 用手机实现短信发送的源代码,通过AT指令发送-using cell phones to send text messages to achieve the source code, sent through the AT command
Platform: | Size: 118784 | Author: JJ | Hits:

[SMSMobSerial

Description: 该系统按手机短信的标准AT指令开发,普遍适用于各种手机。 将收发短信的手机通过手机数据线接到电脑的串口,运行该软件的可执行程序即可进行接收和发送短信了。 -the system by SMS to the standard AT command development, generally applicable to a variety of handsets. To send and receive text messages through mobile phone data lines received computer serial ports, run the executable software will be able to proceed to receive and send messages.
Platform: | Size: 16384 | Author: 方彬彬 | Hits:

[Windows DevelopSendShortMessage

Description: 短信模块通过串口与PC机相连,该程序操作短信模块,发送手机短信,不支持接收手机短信,短信内容是从Microsoft SQL server中读取的,数据表和存储过程都提供了。开发平台是.net,语言是C#。操作短信模块指令是AT指令。-messaging module and the PC serial port connected to the messaging module operating procedures, send SMS, not receiving support SMS, SMS is Microsoft SQL server from which read, data tables and stored procedures are provided. Development platform yes. Net language is C#. SMS Module operation is AT command.
Platform: | Size: 134144 | Author: 王慧璐 | Hits:

[SMSSMM2LED

Description: 利用at指令进行手机短信的收发(com口)-directed at the use of mobile phone text messages to the transceiver (com mouth)
Platform: | Size: 28672 | Author: peter | Hits:

[.netsfdx_wldlzt

Description: 控制手机短信的收发,可以测试手机的各指令。-control SMS transceiver, can test the cell phone orders.
Platform: | Size: 76800 | Author: lzt | Hits:

[Program docSmsDoc

Description: 使用Gsm手机模块发送手机短信的C#源代码、手机AT指令中文参考手册、短信解码及编码规范、收发原理、以及一个C#实现的Demo-Use Gsm mobile phone module to send the message C# Source code, cell phone AT command reference manual in Chinese, message decoding and encoding specifications principle transceiver, and a C# Realize the Demo
Platform: | Size: 438272 | Author: 酷刀 | Hits:

[SMSsms_format

Description: 常用手机短信指令,手机短信开发必备资料。-Commonly used phone message instructions, the necessary information on the development of mobile phone message.
Platform: | Size: 1024 | Author: 微星 | Hits:

[Modem programPUD

Description: 短信PUD开发文档,通过AT指令发送手机短信,中文通过PUD编码.-Message PUD development documents, through the AT command to send the phone message, the Chinese through the PUD code.
Platform: | Size: 315392 | Author: 无名英雄 | Hits:

[Internet-NetworkSendSMS

Description: 短信平台程序,可以收发手机短信,增加附加码功能-SMS platform program, you can send and receive SMS, increasing VerifyCode function
Platform: | Size: 132096 | Author: 黎仙金 | Hits:

[CSharpDLL

Description: GsmModem 源码 短信模块通过串口与PC机相连,该程序操作短信模块,发送手机短信,不支持接收手机短信,短信内容是从Microsoft SQL server中读取的,数据表和存储过程都提供了。开发平台是.net,语言是C#。操作短信模块指令是AT指令。 -GsmModem message source modules through the serial port and PC-connected operation of the program module message, send cell phone message, cell phone does not support the message receiver, message content from the Microsoft SQL server are read, the data tables and stored procedures are provided. Development platform are. Net, language is C#. Message module operating instructions are AT commands.
Platform: | Size: 3128320 | Author: | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net