CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - gsm AT指令

搜索资源列表

  1. SpcommSMS

    0下载:
  2. 我自己用spcomm控件写的一个短信收发与串口调试为一体的小程序。可用于GSM模块的短信收发,和支持AT指令集的手机。软件所有原代码全部上转,多和大家一起交流!-my own use spcomm Control wrote an SMS transceiver and serial debugging as one small program. For GSM SMS transceiver module, and support for AT command set phones. All
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:290653
    • 提供者:森林
  1. ATCOMMAND.rar

    0下载:
  2. GSM模块的AT指令代码~,了解如何使用AT指令控制GSM模块收发短信等。,AT command of GSM Mmodul
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-27
    • 文件大小:9488
    • 提供者:何莉
  1. EM310.rar

    1下载:
  2. 华为的GSM模块EM310,AT指令集和编写的例子,Huawei' s GSM module EM310, AT instruction set and the preparation of examples of
  3. 所属分类:Modem编程

    • 发布日期:2013-09-18
    • 文件大小:3059095
    • 提供者:么历
  1. SIM300C_ATC_V1.06

    0下载:
  2. sim300c是希姆通公司的GSM/GPRS模块,将该模块和MCU连接,可以通过模块提供的AT来控制模块,收发短信,并且可以登录到GPRS网络,连接到Internet上。该文档就是sim300c的AT指令集,及其作用和参数解说等。-sim300c is Simcom' s GSM/GPRS module, the module and MCU connections provided by AT module to control module, send and receive text
  3. 所属分类:SCM

    • 发布日期:2017-05-04
    • 文件大小:1132353
    • 提供者:sijia
  1. Samples

    0下载:
  2. 本短信二次开发接口适用于WAVECOM、西门子、诺基亚、摩托罗拉等支持标准AT指令的GSM短信终端-The SMS interface for secondary development WAVECOM, Siemens, Nokia, Motorola and other support standard AT commands, GSM SMS terminal
  3. 所属分类:SMS

    • 发布日期:2017-04-02
    • 文件大小:321864
    • 提供者:lk007
  1. ATCmd

    0下载:
  2. GSM引擎之间采用AT指令实现互相之间的通信,本文讲述AT指令的格式和一些常用的指令。-Between the GSM engine using AT commands to achieve communication between each other, this article about the AT command format and a number of commonly used commands.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-01
    • 文件大小:5154
    • 提供者:honglaing 2008
  1. gsm_gprs

    0下载:
  2. 本程序可实现最基本的GSM/GPRS功能。如果要实现更多功能,请参考AT指令。-This procedure can achieve the most basic GSM/GPRS functionality. If you want to achieve more functionality, please refer to AT commands.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2922
    • 提供者:林东海
  1. sms_server

    0下载:
  2. 诺亚短信服务器二次开发,本短信二次开发接口适用于诺基亚支持标准AT指令的GSM短信终端-sms_server
  3. 所属分类:Com Port

    • 发布日期:2017-05-17
    • 文件大小:4249421
    • 提供者:liguozhen
  1. MyWirelessCommDemo

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

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

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

    • 发布日期:2017-04-29
    • 文件大小:321956
    • 提供者:闫旭
  1. AT_INTRODUCT_CHINESE

    0下载:
  2. 非常详细地介绍了GSM模块AT指令集的每条指令的功能,并附上例子。本文是全中文教程特别适合英文不是很好的初学者。-Very detailed descr iption of the GSM module AT command set the function of each instruction, along with examples. This article is particularly suitable for the Chinese course English is not ve
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-29
    • 文件大小:296360
    • 提供者:chen
  1. TC35IAT

    0下载:
  2. tc35i的AT指令集,对那些做GSM模块研发的人比较有用-tc35i the AT instruction set, for those who do research and development of GSM modules are more useful
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-07
    • 文件大小:925635
    • 提供者:limeichuan
  1. gsmlib-pre1.11-041028.tar

    0下载:
  2. 开发手机AT指令的源码,可用与控制GSM模块收发短信。-The development of the source phone AT commands, GSM and control modules can be used to send and receive text messages.
  3. 所属分类:Modem program

    • 发布日期:2017-04-02
    • 文件大小:499052
    • 提供者:lihai
  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. FunnComHelp

    0下载:
  2. 是本人的一个正式项目中所做的测试工程源码。主要功能是通过串口与板子的GSM模块进行通讯,进行收发短信的程序。内容有:串口设置,GB2312与UNICODE编码转换,PDU编解码(此部分大部分借鉴了网友的代码),AT指令发送。因内部使用了MultiByteToWideChar、WideCharToMultiByte字符转换函数,所以不能直接向嵌入式程序中移植。想要做这方面移植的请参考与本人上传的另一个资源“ HZTableComHelp.rar”-Is my project done by a f
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:98144
    • 提供者:叶木公
  1. TC35Ipersonal

    0下载:
  2. 是TC35I使用笔记,是西门子的GSM短信模块,使用AT指令,本文详细介绍了控制方法。-GSM MODERN COLLORLER
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-06
    • 文件大小:20544
    • 提供者:谭时双
  1. ATcommands

    0下载:
  2. 对GSM模块收发短信是采用到的AT指令进行详细说明,可以说是用AT指令进行收发短信的程序思路流程。按照这个思路可以在串口调试助手上进行测试。对正在写短信收发的各位有很大帮助-GSM module to send and receive SMS using AT commands to carry out a detailed descr iption, it can be said for using AT commands to send and receive text messages t
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-28
    • 文件大小:5605
    • 提供者:suliling
  1. 1113654

    0下载:
  2. 该文档详细的讲述了GSM的应用以及AT指令编程方法和给予51的GSM程序,适合广大初学者-The document describes in detail the application of GSM as well as the AT command programming methods and the granting of 51 GSM program, suitable for general beginners
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-06-10
    • 文件大小:17892966
    • 提供者:杜成
  1. AT_all

    0下载:
  2. TC35的AT指令大全,费尽功夫从网上下到的,你能在网上找到的GSM模块的AT资料基本都在这了,-TC35 of the AT commands Daquan, devoting effort to the next from the Internet, you can find on the Internet GSM module is basically AT the information on this, and Hehe
  3. 所属分类:SCM

    • 发布日期:2017-05-15
    • 文件大小:3746179
    • 提供者:王森
  1. GSM_51

    0下载:
  2. 实现51单片机通过AT指令控制GSM模块发送短信-51 control GSMmode
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:11292
    • 提供者:cao
« 1 2 3 4 56 7 8 9 »
搜珍网 www.dssz.com