CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - serial communication with at commands

搜索资源列表

  1. SMS

    0下载:
  2. 本文介绍了短信的原理和实现方法,重点说明了短信的编码方式、AT指令以及用C#实现串口通讯的方法-This article describes the principle and implementation of SMS, text messages highlighted the encoding, AT commands and serial communication with the C# method to achieve
  3. 所属分类:SMS

    • 发布日期:2017-04-03
    • 文件大小:141139
    • 提供者:钱国涛
  1. GSMbasedshortmassages

    0下载:
  2. 短信的发送需要GSM模块和处理器协作完成,GSM模块与ARM处理器通过串口连接,处理器向串口发送接收AT命令与GSM模块形成通信回路。中文短信的发送采用PDU模式,根据PDU模式标准形成PDU发送包,实现短信发送。本文根据无线电话项目的短信发送模块的实现开发流程编写-Send text messages need to GSM module and processor collaboration, GSM module and the ARM processor through the seri
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:71220
    • 提供者:zoe
  1. GSMreaserch

    0下载:
  2. 短信的发送需要GSM模块和处理器协作完成,GSM模块与ARM处理器通过串口连接,处理器向串口发送接收AT命令与 GSM模块形成通信回路。-Send text messages GSM modules and processors need to be completed in collaboration, GSM module and the ARM processor through the serial port connection, the processor to the seri
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-26
    • 文件大小:428559
    • 提供者:wangbo
  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. HyperTerminal

    0下载:
  2. 在51单片机上实现与PC机的串口通信,在超级终端上输入输出命令及反馈信息。-In MCS-51 to achieve the serial communication with the PC, in the super-terminal input and output commands and feedback.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:124167
    • 提供者:zhaozaiyou
  1. Modbus_over_serial_line_V1_02

    0下载:
  2. This document describes the MODBUS over Serial Line protocol. MODBUS Serial Line protocol is a Master-Slave protocol. This protocol takes place at level 2 of the OSI model. A master-slave type system has one node (the master node) that issues exp
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:229079
    • 提供者:RAMAKERS_R
  1. api-serial-communication

    0下载:
  2. api串口通信,采用win32API用C++BUILDER实现的串口通信,可实现与一般通信设备的AT命令交互-api serial communication,C + + BUILDER win32API with implementation of the serial communications, AT commands to interact with the general communications equipment
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:660929
    • 提供者:霍奇
  1. call

    0下载:
  2. 该程序用于80c51单片机与GPRS无线发射模块之间的通信,通过串口连接,单片机用AT指令控制无线发射模块拨打电话,适合于初学者开发项目用-This program is used for 80c51`s communication with GPRS module.MCU is connected with GPRS module through serial port.After getting the AT commands from 80c51,GPRS can call.It is s
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:59384
    • 提供者:杨光辉
  1. com

    0下载:
  2. linux 下实现打开串口,连接GPRS功能, GPRS采用sim900,用AT指令通过串口对sim900进行操作来实现GPRS通信。用到来第三方库posix_qextserialport.h-linux under open serial port, connect GPRS function, GPRS using sim900, using AT commands through the serial port to operate to achieve sim900 GPRS com
  3. 所属分类:Linux Network

    • 发布日期:2017-11-09
    • 文件大小:20086
    • 提供者:送飞飞
  1. 温度定时巡检系统

    0下载:
  2. 以AT89C51单片机系统为核心,能对多点的温度进行实时巡检。各检测单元(从机)能独立完成各自功能,同时能够根据主控机的指令对温度进行定时采集,测量结果不仅能在本地显示,而且可以利用单片机串行口,通过RS-232总线及通信协议将采集的数据传送到主控机,进行进一步的存档、处理。主控机负责控制指令的发送,控制各个从机进行温度采集,收集测量数据,并对测量结果(包括历史数据)进行整理、显示和存储。主控机与各从机之间能够相互联系、相互协调,从而达到系统整体统一、和谐的效果。(Taking AT89C51
  3. 所属分类:单片机开发

    • 发布日期:2018-01-05
    • 文件大小:56320
    • 提供者:noc555
搜珍网 www.dssz.com