Welcome![Sign In][Sign Up]
Location:
Search - 短信开发

Search list

[SMS中国移动CMPP短信开发平台

Description: 中国移动CMPP短信开发平台--开发文档及代码。-China Mobile SMS CMPP development platform -- code development and documentation.
Platform: | Size: 353991 | Author: kyz | Hits:

[SMS中国移动CMPP短信开发平台通讯包 2.5

Description: 中国移动CMPP短信开发平台通讯包 2.5-China Mobile SMS CMPP packet communications development platform 2.5
Platform: | Size: 23854 | Author: 曾维宏 | Hits:

[SMSGSM 短信开发源代码库

Description: GSM 短信开发源代码库-GSM SMS open-source library
Platform: | Size: 423616 | Author: 孙铭扬 | Hits:

[ASPX.NET星幻短信群发平台

Description: 一套基于GSM设备发送短信的WinSMS组件。经过一年开发和更新。现已成功运营半年。该平台就是基于WINSMS组件之上开发。
Platform: | Size: 682714 | Author: sunway888 | Hits:

[Program doc短信开发综合文档及jar包

Description: 包括详细的开发文档,开发说明。及应用jar包
Platform: | Size: 2341289 | Author: bj_zl1210@hotmail.com | Hits:

[Modem program短信猫开发示例

Description: 短信猫二次开发
Platform: | Size: 240425 | Author: fzmomin | Hits:

[WinSock-NDISSMS短信猫开发

Description: SMS短信猫开发,包括源码与文档,VB,C,Delphi
Platform: | Size: 2309805 | Author: tesoftware | Hits:

[SMSTC35I短信开发资料包

Description:

包括了模块资料,PDU解码规则的PDF和源码,还有GPRS开发的代码和开发注意事项等等


Platform: | Size: 6595307 | Author: leoknuth | Hits:

[TCP/IP stack短信开发最全华为源码

Description: 短信彩信开发 CMPP、SGIP、CMPP3.0、SGNP等短信协议 扩展性优秀,并增加异步调用机制,TCP滑动窗口机制、模拟网关
Platform: | Size: 1150238 | Author: zhihaosuper@163.com | 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:

[DocumentsMTK_短信解析

Description: 本文档为MTK短信模块记录开发中遇到的问题和使用到的资源,方便查找和定位。
Platform: | Size: 305664 | Author: sunshine_wolf | Hits:

[SourceCode短信猫开发接口源码

Description: Delphi版短信猫开发接口源码,包括二次开发DLL源码
Platform: | Size: 383777 | Author: flylink | Hits:

[Software EngineeringMTK 短信开发资料

Description: MTK_短消息_详细设计说明书 MTK开发资料
Platform: | Size: 145920 | Author: aimamababa1 | Hits:

[SourceCodeGSM短信收发

Description: 本代码是GSM网络制式下,采用标准AT指令进行modem短信的发送,接收,删除等操作。 本代码采用c#语言开发,在vs2010下,调试通过,经过测试,中兴的工业猫,wavecom的猫都能整成运行。 此代码是初学AT指令的朋友们的很好的示例。
Platform: | Size: 145765 | Author: 1617194345@qq.com | Hits:

[SMSGSM 短信开发源代码库

Description: GSM 短信开发源代码库-GSM SMS open-source library
Platform: | Size: 422912 | Author: 孙铭扬 | Hits:

[SMS经典短信

Description: 有价值的短信开发文档.我收集到的.适合于串口收发短信-valuable document messaging development. I have collected up to. Serial transceivers suitable for SMS
Platform: | Size: 2309120 | Author: 徐超 | Hits:

[TreeView金笛JAVA版短信开发控件 V2.1

Description: 1、异步操作方式。设备连接和短信发送均采用异步方式,即容器程序调用连接函数或发送函数后立即返回。由控件自行完成连接或发送过程,当操作完成后,将执行结果以事件的形式通知容器程序。 2、内部包含收发缓冲队列。控件可以同时接受容器程序较多的发送请求,控件将这些发送请求放到一个发送队列中,控件依次逐个执行该发送队列,并将执行结果以事件的形式通知容器程序。控件包括了内部发送队列和内部接收队列,并且提供了队列的处理情况的访问方法,根据这个特性,容器程序可以连续提交多个短信发送请求; 3、支持多个控件并行工作。在一个程序中使用可以使用多个短信控件(即同时连接多个GSM Modem设备)时,如果要发送一条短信,容器程序可优先选择发送队列为空的短信控件发送,或者选择发送队列中剩余发送条数最少的短信控件发送。 -1, asynchronous mode of operation. Connectivity and equipment were used to send messages asynchronous modes, namely containers Invoking connecting function or sent immediately after the function returns. By linking its own control or sent to the process, when the operation is completed, the results will be implemented in the form of Vessel notification procedures. 2, the internal transceiver contains a buffer queue. Controls can also accept containers of this process more requests, these controls will be placed in a request sent this cohort, the controls were sent individually to implement the queue, and will result in the implementation of the notification procedures containers. Internal controls include the sending queue and receive internal queue and the queue for the treatment of the a
Platform: | Size: 107520 | Author: 马艳飞 | Hits:

[SMS短信二次开发控件(Smscontrol) V3.16

Description: 短信二次开发控件(Smscontrol) V3.16-SMS Second Development Control (Smscontrol) V3.16
Platform: | Size: 712704 | Author: 赵贤君 | Hits:

[SMS中国移动CMPP短信开发平台

Description: 中国移动CMPP短信开发平台--开发文档及代码。-China Mobile SMS CMPP development platform-- code development and documentation.
Platform: | Size: 353280 | Author: kyz | Hits:

[Communication短信java

Description: java开发的短信开发包,可以通过该开发包很快的进行短信开发。-java development of the SMS development kits, through the development kits for quick development of SMS.
Platform: | Size: 107520 | Author: hx | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net