1 / 53
文档名称:

异步通讯技术的分析、设计与实现-毕业论文.docx

格式:docx   大小:307KB   页数:53页
下载后只包含 1 个 DOCX 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

异步通讯技术的分析、设计与实现-毕业论文.docx

上传人:sssmppp 2022/7/2 文件大小:307 KB

下载得到文件列表

异步通讯技术的分析、设计与实现-毕业论文.docx

相关文档

文档介绍

文档介绍:本科毕业论文
(科研训练、毕业设计)
题目:异步通讯技术的分析、设计与实现
姓 名:
学 院:软件学院
系:
专 业:软件工程
年 级:
学 号:
指导教师(校内): 职称:
指导教师(校外): 职称:
年 月
6C752B驱动详细设计 39
1数据结构 39
39
第十章系统测试设计 46
1测试连接图 46
10. 2速率测试 46
10. 3奇偶校验测试 46
10. 4数据位测试 47
10. 5停止位测试 47
47
第十一章系统运行结果 48
结论 49
致谢语 50
参考文献 51
附录 52
Contents
Chapter 1 Introduction 8
Chapter 2 The Theory Of The Asynchronous Communication 9
Summarize 9
Theory Analysis 9
RS-232 Standard 10
Chapter 3 Asynchronous Communication Adapter's Application Models 14
Supervise And Configure 14
Modem Dial-Up 14
Terminal Service 15
Reverse Telnet 16
Chapter 4 Asynchronous Communication Adapter's Platform 17
Target Platform (RG-R3600) 17
RGNOS Introduction 17
Development Language 18
Development Entironment 18
Chapter 5 TL16C752B Character Analysis 19
Introduction 19
Main Pin 19
Registers 20
Registers Mapping 22
The Patterns Of Flow Control 23
Chapter 6 Requirement Analysis 25
Chapter 7 Generic Framework Of LIART Driver 26
Purpose 26
The Architecture Of The Framework 26
Global Data Structure 28
Interface Provid By Framework 29
Main Functions And Process Flow 34
Chapter 8 TL16C752B Driver Integrated Design 37
Hardware Structure 37
Software Implement 37
Integrated Design 38
Chapter 9 TL16C752B Driver Detailed Design 39
Data Structure 39
Coding Design 39
Chapter 10 Testing Design 46
Connection Chart 46
Speed Testing 46
Parity Testing 46
Data Bits Testing 47
Stop Bit Testing 47
Flow Control Testing 47
Chapter 11 System Demonstration 48
Summary 49
Acknowledgement 50
References 51
Supplement 52
第一章引言
计算机是数字设备,采用二进制数字(位)表示数据,这样,从一台计算机通过网络向 另一台计算机传输数据意味着通过传输介质发送位串。[1]如果数据的各个有效位在导线上是 逐位传输,如图1-1所示,这样的通信被称为串行的。
I b7 I b6 I b5 I b4 I b3 I b2 I bl I bO I
发送方 3 接收方
图1T串行通信示意图
广义上说,若发送方在发送数据前无需与接收方协调,则这种通信称为异步的。这样, 发送方在发送间歇可以等待任意长的时间,并且只要数据准备好,即可发送。接收方在数据 到达时必须准备好接收数据。
异步通信在网络通信中占据了重要的作用,路由器、交换机通过扩展异步通信卡,可以 方便、简单地与多种设备,如PC、终端以及Modem等实现互连,从而实现配置监控,Modem 拨号传输,终端服务、反向Telnet服务等重要功能。异步通信卡作为路由