搜索资源列表
MySMS
- 串口发送短信,调用Win32API函数,没有使用MSCOMM32.OCX-Serial send a message, call Win32API function, to use MSCOMM32.OCX
SiemensDll
- 通过西门子模块收发短信,可以直接调用里面函数实现发送和接收。-through SMS transceiver module, which can direct calls Function sending, and receiving.
手机短信收发程序成
- 用vc编写的发送手机短信系统。经典的手机短信收发程序,可直接将需要的类加人自己的工程中,调用其中的函数就OK了-with vc prepared to send SMS to the system. Classic SMS transceiver procedures, which will require the direct category and increase their project, which called on the function OK
爱迪生短信OCX控件+函数接口+不限端口
- 爱迪生异步型短信控件 请先注册EdisonEasySms.ocx文件 可以调用此控件通过工业短信猫发送和接收短信。 OCX接口,广泛支持各种IDE编程语言。 此控件已解除官方限制。。。(你懂的)
MonDem_dll
- 梦网短信猫二次开发包 梦网短信猫DLL接口提供API级的函数调用接口,接口完全底层调用,没有任何界面,适合于广大自主品牌的开发用户。函数接口简单,尽需几个简单的函数调用,就可以实现信息的发送和接收功能。-mondem SMS development control
cmppv1[1].0
- 本手册是SMIAS (Short Message Internet Access Solution)短信网关系统SP接入子系统通信接口 Java API的使用指南。它详细介绍了SP-SMIAS网关之间的通信流程,通信协议,以及通信接口Java API的数据结构,以及函数调用方法。- This handbook is SMIAS (Short Message Internet Access Solution) short note gateway system SP turns on subsy
sms_sp
- 短信网关接口源代码 1、 spClient.exe 客户端服务程序,用于接收到的短信存入数据库中,以及把存入数据库中的短信自动发送出去! 2、 project1.exe 插入数据到发送表中,spClient程序将会自动检测数据并发送。 3、 通讯数据库表名:msgcomm.doc, 这是数据库表名的说明文档,内有ACCESS及SQL SERVER数据库生成文档 4、 用户接口标准.txt, 这是网关收发数据的格式说明,存入数据库中的短信将最终转换成此格式并发送
Sms
- 代码展示了S60平台下的短消息操作的具体方式,流程,函数调用方法-S60 platform code to display the short message under the specific mode of operation, process, function call method
MD231_GSMGPRS
- MD231_OPENAT 解决方案提供一种基于MD231无线GSM/GPRS数传硬件模块的开放二次开发平台。 MD231_OPENAT提供了一系列的针对MD231通讯模块的接口函数、参数配置和调用规则。 程序员可以很容易的利用MD231_OPENAT SDK  开发包快速的开发SMS/GSM/GPRS通讯业务程序-MD231_OPENAT MD231-based solution provides a wireless GSM/GPRS data transmission har
SMStransceiverintopr
- 用vc编写的发送手机短信系统。经典的手机短信收发程序,可直接将需要的类加人自己的工程中,调用其中的函数就OK了-with vc prepared to send SMS to the system. Classic SMS transceiver procedures, which will require the direct category and increase their project, which called on the function OK
sms3.5
- GMS短信猫发送 解决了中文发送问题 把 bool unicode = false 这句话里的FLASE改成TRUE 如 bool unicode = true 至不可以连续发送是因为 CommSetting.comm.Open() 打开了 可最后没有关闭 在点击发送时 有调用了 CommSetting.comm.Open() 方法 解决方法 可以在点击事件最后加个 CommSetting.comm.Close() 也可以再导入窗体时CommSetting