JIMI 发表于 20:50

基于嵌入式系统的汽车行驶记录仪数据采集软件的开发

论文编号:DZXX272  论文字数:11946,页数:52
摘要
 在嵌入式软件开发技术快速发展的今天,我们身边的嵌入式产品越来越多,基于嵌入式系统的应用程序大量出现。本文介绍了基于嵌入式系统的汽车行驶记录仪数据采集软件的开发过程。概述了UDP通信、串口通信的相关技术。结合eMbedded Visual C++ 4.0,Microsoft Visual C++ 6.0 等开发工具,使用Visual C++技术分析、设计和开发了针对传统记录仪的一些缺陷而改进的记录仪数据分析软件。论文主要阐述一个记录仪数据分析软件的开发过程和相关技术。
 该数据分析软件主要包括完成记录仪的国家标准命令的实现,比如采集汽车速度,采集汽车疲劳驾驶等功能。还完成了无线局域网数据通讯功能,比如寻找地标,寻找警察,向警察发送数据等功能。
关键词:嵌入式系统,网络通信,串口通信,汽车行驶记录仪
ABSTRACT
 In computer technology fast developing today, the embedded products surrounded us is more and more. Application based on embedded massively appearances. This article applies the implementation process of a software of vehicle data recorder based embedded system, and has outlined related technology of the UDP, Serial Communication. The system is developed the onstage applying software like embedded Visual C++ 4.0,Microsoft Visual C++ 6.0, and using the Visual C++ programming technology analyze, design and develop a software of data vehicle data recorder aim at the bug of tradition vehicle data recorder. The paper mainly elaborates developed process and some related technologies of a software of vehicle data recorder.
 The software of vehicle data recorder mostly complete the country’s standard function of the vehicle data recorder, like gather the speed of the vehicle, gather the tired data of the vehicle. And complete the function of data communication of the WLAN, like find mark of the road, find the police, send the data to the police.
Keywords:Embedded System, Network Communication, Serial Communication, Vehicle Data Recorder

目录
摘要 I
ABSTRACT II
第1章 绪论 1
1.1 背景 1
1.2 研究内容 1
第2章 软件需求分析 2
2.1 功能需求和性能需求 2
2.2 可靠性和可用性需求 3
2.3 将来需求 3
2.4 本章小结 3
第3章 软件总体设计 4
3.1 硬件连接结构设计 4
3.1.1 系统依赖的硬件平台介绍 4
3.1.2 硬件连接结构设计 5
3.2 程序流程设计 6
3.2.1 软件总体结构设计 6
3.2.2 软件概要流程设计 6
3.2.3 软件详细流程设计 7
3.3 软件功能设计 9
3.3.1 网络通信软件功能设计 10
3.3.2 记录仪软件功能设计 11
3.3.3 读卡器软件功能设计 12
3.4 本章小结 12
第4章 网络通信模块实现 13
4.1 无线网络通信格式 13
4.2 网络编程基础 13
4.3 无线网络功能实现 14
4.3.1 动态设置速度功能 14
4.3.2 寻找警察功能 17
4.3.3 报告超速信息功能 20
4.3.4 报告疲劳驾驶信息功能 23
4.4 本章小结 26
第5章 串口通信模块实现 27
5.1 汽车记录仪串口通信模块 27
5.1.1 采集最近两天速度数据 27
5.1.2 采集最近两天疲劳数据 29
5.1.3 采集汽车当前速度 32
5.1.4 其他功能 35
5.2 读卡器串口通信模块 35
5.2.1 寻卡功能实现 35
5.2.2 防冲撞功能实现 37
5.2.3 选卡功能实现 40
5.2.4 其他功能实现 43
5.3 程序演示 43
5.4 本章小结 45
第6章 结论 46
致谢 47
参考文献 48
页: [1]
查看完整版本: 基于嵌入式系统的汽车行驶记录仪数据采集软件的开发