CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 串口编程 搜索资源 - GSM短信

搜索资源列表

  1. 8309011

    0下载:
  2. GSM短信网关范例 Visual C++环境-GSM SMS Gateway model Visual C environment
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:180969
    • 提供者:黄建
  1. PCGSM

    0下载:
  2. PC机与GSM短信模块串口通信,代表性很强!
  3. 所属分类:串口编程

    • 发布日期:2014-01-18
    • 文件大小:31707
    • 提供者:李建湖
  1. pctogsm

    0下载:
  2. pc 与 gsm短信模块通过串口通信 实现短信息的收发保存
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:31565
    • 提供者:木头
  1. TestForVB6.rar

    0下载:
  2. gsm modem串口通信,利用AT指令操作短信猫。VB,gsm modem serial communications, the use of AT commands to operate the cat message. VB
  3. 所属分类:Com Port

    • 发布日期:2017-04-10
    • 文件大小:1509825
    • 提供者:闫旭
  1. gsm

    0下载:
  2. 用c++在visual studio环境下做的简单的短信猫收发程序,对初学者帮助很大-Using c++ in visual studio environment to do a simple send and receive SMS cat program, very helpful for beginners
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:2632603
    • 提供者:邓亨宁
  1. Serial-Communication-using-VB

    0下载:
  2. 利用VB开发串口通信程序既可以使用MSComm控件也可以调用Windows API函数实现。不过,只要MSComm控件可以被选用,我们推荐选择此控件实现,因为MSComm控件的功能和API调用一样强,甚至比它还好且使用起来更加简单。 在本章提供的串口通信程序设计中,除了PC与PC串口通信外,PC与单片机、PC与智能仪表、PC与PLC、PC与GSM短信模块等串口通信任务的实现均采用MSComm控件。 -Serial Communication using VB developers can
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:1689337
    • 提供者:寂静山林
  1. 利用Visual C++实现PC机与GSM短信模块串口通信

    0下载:
  2. 在PC机上编写VC++程序界面,与短信模块实现串口通信,方便你开发-In the pc do you write vc plus plus the application interfaces, and a short letter to the serial communication modules. you develop
  3. 所属分类:串口编程

    • 发布日期:2017-03-22
    • 文件大小:334621
    • 提供者:王卫忠
  1. labview-serial-communication

    1下载:
  2. 讲述了实际测控中的各种串口通信,PC与PC的串口通信,PC与单片机,PC与PLC,PC与智能仪器,PC与GSM短信模块,PC与远程IO串口通信。使用的是Labview,详细介绍了编程过程。-About the actual measurement and control in a variety of serial communication, PC and the PC' s serial communication, PC and MCU, PC and PLC, PC and Int
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:2394804
    • 提供者:吴小平
  1. SMSAgent

    0下载:
  2. 通过串口连接GSM手机或者短信猫,进行短消息的收发。带数据库!WaveCom模块通用。-Through the serial port connected GSM phone message or cats, to send and receive short messages. With the database!
  3. 所属分类:Com Port

    • 发布日期:2017-04-23
    • 文件大小:387797
    • 提供者:王海强
  1. SMS_PDU_Unit

    0下载:
  2. 串口操作收发短信,利用GSM短信猫实现短信接收发送平台功能。-Message to send and receive serial operation, the use of GSM cat message implementation platform functionality to send message to receive.
  3. 所属分类:Com Port

    • 发布日期:2017-04-15
    • 文件大小:6783
    • 提供者:zyg
  1. MyWirelessCommDemo

    0下载:
  2. 短信猫串口通信源码,使用serialport类进行串口通信,AT指令控制短信猫-GSM Modem
  3. 所属分类:Com Port

    • 发布日期:2017-04-16
    • 文件大小:54161
    • 提供者:闫旭
  1. PC@GSM

    0下载:
  2. PC机与GSM短信模块串口通信,试过很好用啊-The PC machine and the GSM message mold piece string correspond by letter
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:31309
    • 提供者:xian
  1. SMS

    0下载:
  2. 好用 用于收发gsm的短信猫之间的串口,简单好用 -Sms
  3. 所属分类:Com Port

    • 发布日期:2017-05-13
    • 文件大小:3121446
    • 提供者:jintao
  1. PCtogsm

    0下载:
  2. PC机与GSM短信模块串口通信 PC-SMS with the GSM serial communication module-GSM SMS and PC-Serial communication module PC-SMS with the GSM serial communication module
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:31595
    • 提供者:moyuzai
  1. HZTableComHelp

    0下载:
  2. 这是本人的一个正式项目中所做的测试工程源码。主要功能是通过串口与板子的GSM模块进行通讯,进行收发短信的程序。内容有:串口设置,GB2312与UNICODE编码转换,PDU编解码(此部分大部分借鉴了网友的代码),AT指令发送。完全可以将相关代码移植到嵌入式短信收发设备中去。我的相关嵌入式项目也确实是在这个基础上做的。-This is my project done by a formal evaluation of the source. Main functions of the board
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:189424
    • 提供者:叶木公
  1. gsm

    0下载:
  2. GSM tc35i的51程序,可以发短信,串口通讯,绝对好用-GSM tc35i 51 program, you can send text messages, serial communications, absolutely easy to use
  3. 所属分类:Com Port

    • 发布日期:2017-03-26
    • 文件大小:647
    • 提供者:miao
  1. VC_PC-GSM

    0下载:
  2. 该VC++源程序的作用是简单实现PC机与GSM短信模块的串口通信功能。-The role of VC++ source code is a simple implementation of the PC, the serial port module with GSM SMS communication.
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:332370
    • 提供者:wang
  1. pc-and-gsm-connmunication

    0下载:
  2. PC机与GSM短信模块串口(rs232端口)实现通信 -PC and serial communication modules of GSM short message
  3. 所属分类:Com Port

    • 发布日期:2017-03-23
    • 文件大小:30577
    • 提供者:kaikai
  1. GSM

    0下载:
  2. PC机与GSM短信模块串口通信程序设计 Visual C++通信实例-Visual C++ instance of communication PC and GSM SMS programming serial communication module
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:338206
    • 提供者:wang
  1. GSM

    0下载:
  2. 利用VB制作一款GSM短信平台,可根据存储电话号码,发送指定中英文短信-Using VB making a GSM SMS platform, according to store phone numbers, send SMS in English specify
  3. 所属分类:Com Port

    • 发布日期:2017-05-09
    • 文件大小:1552699
    • 提供者:荣哥
« 12 3 »
搜珍网 www.dssz.com