- 1、本文档共33页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
无线传感网络实现
题 目 Uart2RF Zstack 协议栈串口转无线通信的实现
学 院 通信与电子工程学院
专业班级 通信104班
学生姓名 姜允鑫
指导教师 苗凤娟
2013年月 Abstract
With the development and spread of computer technology, serial communication is an important part in the field of computer network communication. In order to access servers serial port more convenient and faster through the Internet, this topic put serial communication services integrated into Windows service, which completed the basic operation of serial communication services. The serial communications services and the workflow are in detail described. The core code of the services is also given. Flow chart is used to describe the handling process of the serial communications services. The services using safe queue mechanism to control multithreading visit serials. During the entire development, according to the software engineering flow, from requirements analysis to summary design, from detail design to coding, and the final test, uses the software engineering tools to management the code and documentation. In addition, I developed a client to test the service. Test results of the experiment indicate the services can work normally. In the end, summarizes the disadvantages of the design and development, and further perfection of studies is surely in need.
Key words: Serial Communication;
目 录
摘 要 I
Abstract II
目 录 III
第一章 引言 1
1.1实验目的 1
1.2实验原理 1
1.3实验准备 1
1.4实验内容 1
1.5课题背景 2
1.6研究现状 2
1.7 研究的意义 2
第二章 相关理论基础 3
2.1 Windows NT 服务 3
2.2 串口通信 3
2.3 多线程及线程间通信 4
2.4 安全队列 5
2.5 Windows套接字规范 6
2.6 客户机服务器系统 7
第三章 需求分析及设计方案 9
3.1功能需求 9
3.1.1服务器端 9
3.1.2串口通信 9
3.1.3客户端 9
3.2 设计方案 9
3.2.1 服务器端 9
3.2.2 串口通信 10
3.2.3客户端 10
3.2.4开发工具 10
第四章 具体设计流程与实现 11
4.1安全队列 11
4.2服务应用程序 13
4.3 串口通信 19
4.4 客户端 21
4.5 类图 22
第五章 调试与分析 25
结 论 26
参考文献 27
第一章 引言
1.1实验目的
熟悉TI的ZSta
文档评论(0)