搜索资源列表
-
0下载:
本文介绍了短信的原理和实现方法,重点说明了短信的编码方式、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
-
-
0下载:
短信的发送需要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
-
-
0下载:
这是本人的一个正式项目中所做的测试工程源码。主要功能是通过串口与板子的GSM模块进行通讯,进行收发短信的程序。内容有:串口设置,GB2312与UNICODE编码转换,PDU编解码(此部分大部分借鉴了网友的代码),AT指令发送。完全可以将相关代码移植到嵌入式短信收发设备中去。我的相关嵌入式项目也确实是在这个基础上做的。-This is my project done by a formal evaluation of the source. Main functions of the board
-
-
0下载:
是本人的一个正式项目中所做的测试工程源码。主要功能是通过串口与板子的GSM模块进行通讯,进行收发短信的程序。内容有:串口设置,GB2312与UNICODE编码转换,PDU编解码(此部分大部分借鉴了网友的代码),AT指令发送。因内部使用了MultiByteToWideChar、WideCharToMultiByte字符转换函数,所以不能直接向嵌入式程序中移植。想要做这方面移植的请参考与本人上传的另一个资源“ HZTableComHelp.rar”-Is my project done by a f
-
-
0下载:
在51单片机上实现与PC机的串口通信,在超级终端上输入输出命令及反馈信息。-In MCS-51 to achieve the serial communication with the PC, in the super-terminal input and output commands and feedback.
-
-
0下载:
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
-
-
0下载:
该程序用于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
-
-
0下载:
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
-
-
0下载:
以AT89C51单片机系统为核心,能对多点的温度进行实时巡检。各检测单元(从机)能独立完成各自功能,同时能够根据主控机的指令对温度进行定时采集,测量结果不仅能在本地显示,而且可以利用单片机串行口,通过RS-232总线及通信协议将采集的数据传送到主控机,进行进一步的存档、处理。主控机负责控制指令的发送,控制各个从机进行温度采集,收集测量数据,并对测量结果(包括历史数据)进行整理、显示和存储。主控机与各从机之间能够相互联系、相互协调,从而达到系统整体统一、和谐的效果。(Taking AT89C51
-