搜索资源列表
短信收发系统 OF MSP430
- 由MSP430 控制实现的 短消息收发功能的系统 可利用单片机的 串口与无线MODEM 进行连接在进行发送和解析数据 必须按照PDU的格式进行处理-MSP430 control achieved by the Short Message System transceiver functions of the MCU can be used with wireless modem serial port to connect to send and conducting analytical da
pic2448
- PWM控制输出电压由于该程序所需完成的功能比较简单,设计时采用了简单的前后台组织结构:后台程序(主程序)在非通讯状态时工作,完成各项数据的采集和预处理,并标准化至通讯协议所规定的格式。这一过程不停进行,随时提供最新数据;前台程序(中断服务程序)在接收到来自控制器的命令时启动。它对命令加以识别,并按要求向控制器传送相应数据或对数据进行解析执行。该程序的流程示意如图-PWM output voltage control due to the completion of the procedures
gpsnmea
- 本人用单片机psd3300编制的c语言gps Nmea数据格式解析,该代码是项目的gps接口部分。
GPS-modual-test-program(51)
- 51单片机gps接收程序,解析由gps模块发送出来的数据,单片机为8051,gps模块使用的是neo-5q,协议为nmea。-The program to receieve gps information
CANJX
- 解析接收到的CAN数据,是一个CAN数据分析的程序,希望能对大家有所帮助-Analysis of the received CAN data, is a CAN data analysis procedure, hoping to help all of you
GPSprogram
- 基于STC12C5410的GPS接收程序,从GPS 接收机获得串口数据,并解析,-Based on the GPS receiver STC12C5410 procedures, from the GPS receiver to obtain serial data and analysis,
GPSReceiveViaCOM
- GPS定位数据,通过ATmega128串口接收并解析出定位信息,已测试通过。-GPS location data, via the serial port to receive and resolve the ATmega128 location information, have been tested.
wj
- 基于51单片机的c语言程序 接收GPS数据进行解析,送到LCD12864显示,并发到PC机-Based on MCU 51 c language program to receive GPS data analysis, sent to LCD12864 show, concurrent to the PC,
cxxtools-1.99.5.tar
- RapidXml 试图成为最快的 XML DOM 解析工具包,同时保证解析结果的可用性、可移植性以及与 W3C 标准的兼容性。RapidXml 使用 C++ 编写,因此在操作同一数据时,其解析速度接近于 strlen() 函数。 整个解析工具包包含在一个头文件中,所以使用时不用编译也不用连接。要想使用 RapidXml 只要包含 rapidxml.hpp 即可,当然如果要用附加功能(如打印函数),你可以包含 rapidxml_print.hpp 文件。 RapidXml 为采用C++语言
GSM-GPS
- 使用C8051F040单片机UART0采集GPS模块数据(GPGGA格式),通过TC35i GSM模块(UART1)发送出去。包括完整的初始化、GPS数据接收、校验、GSM模块初始化、号码提取、号码验证、短信命令解析、数据发送等子程序。 使用CVI8.0编写的上位机程序,包括和TC35的通讯,发送指令、解析显示GPS数据。 此项目文件通过实际验证,对有GPS定位等需求的朋友估计能有所帮助。-C8051F040 microcontroller using UART0 GPS modul
wireless-cpu-communication
- 无线模块与主CPU通信,并解析数据,并且进行相应的应答。-wireless model and main cpu communication
PIC16F690readGPS
- PIC16F690对GPS模块进行数据解析,GPS为GPRMC格式,通信速率9600bit/s-PIC16F690 data analysis of the GPS module, GPS for the GPRMC format, communication rate 9600bit/s
CNC-PC
- 用于数控铣床的上位机程序,包含G代码的解析,数据转换及整合,通过串口与下位机通讯-The PC used for CNC milling process, including G-code parsing, data conversion and integration, and lower computer through the serial port communication
newdesign
- 使用芯片MSP430G2XX3系列,编译环境为IAR,程序已经通过验证。功能实现:实现普通水表的数字化改造,通过安装霍尔传感器到表盘上实现数据的远程传输(485通信)。程序包含的模块:主程序模块,EEPROM模块,初始化模块,计算模块,标准MODBUS协议解析模块。-Use chip MSP430G2XX3 series, the compiler environment IAR, the program has been validated. Functions to achieve: to
GPS
- stm32F407 配合gps模块,读取解析数据的功能-stm32F407 with gps module parses the data read function
Project_Car
- 该代码主要是M3通过串口接收数据,并解析数据。从而实现了以M3为核心板的小车,可以实现通过串口来控制小车的运动。并且包括电机驱动的相关代码,可以实现速度的调节。-The code is mainly M3 through the serial port to receive data, and parse data. In order to achieve the M3 core plate of the car, it can be achieved through the serial po
4-NRF905功能解析-数据长度设置例程解析
- NRF905无线射频模块数据长度设置通信程序(NRF905 radio frequency module, data length setting, communication program)
STM32解析MPU6050
- 用STM32单片机读取MPU6050加速度传感器数据,实现数据通信。(The data of MPU6050 acceleration sensor are read with STM32 microcontroller, and data communication is realized.)
秉火多功能调试助手V1.2.0
- 是一款用于基于北斗GPS解析数据的上位机软件,适用于K60单片机。(zasxaceacascawsssssssss)
DLT645-2007 多功能电能表通信协议解析C语言实现
- * 实现对dlt645 2007版规约想着数据类型的定义 * 提供帧数据的封装及解析相关api 修改了之前的几处bug