超短波数据传输系统的开发设计.doc
《超短波数据传输系统的开发设计.doc》由会员分享,可在线阅读,更多相关《超短波数据传输系统的开发设计.doc(35页珍藏版)》请在沃文网上搜索。
1、摘要当今世界,随着计算机与数据终端的普及,对数据通信的要求日益迫切,应用更加广泛。当前最灵活与经济实用的方法是利用数据调制解调器(MODEM)借助现在的模拟电话公用交换网进行数据传输。网络和多媒体技术的发展,有线的实时数据传输系统在国内已经到了实用阶段,但是由于有线传输的局限性,如要预埋线路,机动性差,造价高等缺点,使得有线的点对点数据传输系统的使用受到限制。而无线通讯与有线相比,有其固定的优越性:联网方便,费用低廉等,所以开发点对点的超短波数据传输系统有很高的实用价值。本文主要介绍了在Windows环境下通过Modem和无线对讲机实现PC机系统之间的超短波数据传输方法,并且用VB语言设计了一
2、个用于无线通信的应用软件。系统主要采用FSK调制解调和无线数据传输技术传输文本、图像、二进制文件,并且可以进行多方实时对话,是一种简便易操作的数据传输系统。可应用于学校、企业、工厂局域网无线通信,水、电、煤气、自动无线抄表,电力负荷监视仪,IC卡电话,商用收费系统,工业现场测控,智能化小区、家庭安全防范,以及城市环境噪音数据采集等领域。系统数据传输波特率为1200bps,采用半双工通信方式,数据传输可在短时间内完成,传输率高。数据传输时一般不受外界干扰,数据可准确发送,稳定性强。系统界面简单,功能完善,不用大规模的使用电缆线,使用方便,而且所需设备简单、经济,广大用户均可承受,成本低。 关键词
3、:串行通信, 波特率, 单片机, 调制解调器, VBPressing increasingly to the data communication demand , the application is more wide-ranging to the popularization in the wake of the calculating machine against the data terminal in the world at present . Present the pragmatic means the most agile together with economical
4、ly is utilizing the analog telephone communal switched network that now the data modulation demodulator ( MODEM ) draw support from to carry on the data transmission Wired real-time data transmission system was reachd pragmatic phase electric network and the multi-medium technique development at hom
5、e , yet the limitations thanks to wire transmission , in case will cover up the line beforehand , maneuverability is bad , and the cost awaits the defect , and causes that the wired point-to-point data transmission system use is subjected to the limit . But not to there is not string news dispatch t
6、ogether with wired is contrastd , and possess such settled admittedly advantage : The networking is convenient , and the expense is inexpensive and so on , therefore opening up that the point-to-point ultrashort wave data transmission systematically possess very tall pragmatic value The main introdu
7、ction of the original be living below Windows environment by means of Modem with does not there is not the pair say , and the engine is achieved the ultrashort wave data transmission means between PCs engine system , moreover design an application software that is used the wireless communication in
8、VBs language The system chiefly adopts that the modulate FSKs solution conciliation does not there is not the line number rumour has it that to be beaten the technique transfer version and image and binary system papers , moreover may carry on in every way conversation real time , and be one kind of
9、 data transmission system which portably easily manipulated . May use to the educational institution and the business and the plant local area network wireless communication , the water , electricity , gas and not thering is not the string voluntarily to transcribe the form , IC checks the phone wit
10、h the electric power burden monitoring instrument , commercial the chargeing system observes and controls at industry field , is on guard in little district of intelligentization and household security , along with the ambient noise data acquisition in town and so on the territory The system data tr
11、ansmits the Baud and adopts the half-duplex transmission means in the interest of 1200bps , the data transmission may be living briefly time inner place completees , the transfer rate is tall . Oridinarily not acceping the jam in the outside world when the data transmission , the data may accurately
12、 be transmited , and the stability is powerful . The systematic interface is easy , and the meritorous service be able to be improved , and it is convenient to employ to the disuse large scale use electric cable string , but also the installation requireing is easy and economy , widely standing in t
13、he way of the per family , the cost is leted drop Keyword : Serial communication , the Baud , the oneboard computer , the modulate demodulator , VB 目录引言 - 5第一章 超短波数据传输系统的概述 - 6第一节 超短波数据传输系统的介绍 - 6第二节 超短波数据传输系统的特点 - 6第三节 超短波数据传输系统的应用 - 6第四节 无线通信和数据传输技术的发展 - 6第二章 超短波数据传输系统的系统结构 - 7 第一节 系统结构 - 7第二节 结构描
14、述 - 7第三章 计算机软件模块 - 8第一节 程序流程图 - 8第二节 程序设计 - 81、收发文本文件 - 82、收发程序文件 - 143、收发图象文件 - 204、实时对话 - 25第四章 系统硬件描述 - 29第五章 软件使用说明 - 30第六章 结束语 - 35参考文献 - 36引言Visual Basic 是Mcrosoft公司推出的强有力的系列开发软件之一,而且以其实用、方便、快捷、开发周期短、广泛而强大的功能越来越被广大编程人员所亲赖,广为流传。在Visaul Basic开发工具中提供了大量的控件(或称控制、组件)供编程人员使用,可以方便的利用这些组件中的属性、方法、语言等以事
15、件驱动方式开发应用程序,还可以利用WINDOWS SDK中的API中的应用程序接口等工具开发应用程序。VB还自带一个控件开发软件包CDK,利用CDK可以开发自己需要的Controls 。在通讯问题中我们可以使用VB提供的通讯控件或调用WINDOWS API通讯函数。利用VB开发通信程序主要的方法有两种,一是利用VB本身提供的控件(CONTRALS),另一种方法是利用WINDOWS API应用程序接口,WINDOWS API主要提供了三个动态连接库KERNEL.EXE、USER.EXE、GDI.EXE供开发人员调用,其中KERNEL.EXE 主要包括一些底层操作函数,完成一些资源管理、任务、内存
16、等操作,USER.EXE包含了一些与WINDOWS管理有关的函数,如通讯、菜单、消息、光标、插入符、计时器以及绝大多数非显示函数,GDI.EXE图形设备接口库,主要内容为与设备输出有关的函数。和串口通讯有关系的函数BuilidCommDCB、ClearCommBreak、SetCommBreak、FlushComm、GetCommError、GetCommState、WriteComm、ReadComm、SetCommState、CloseComm等均在 Windowssystem 子目录下的USER.EXE动态连接库中,在VB调用之前应该先在全局变量定义处声明API通讯函数、定义常量。计算机
17、通信技术除用在传统的数据通信外,在监测与控制系统中也获得越来越广泛的应用,许多测控系统需要把现场采集的数据传送给远方的监控机或者服务器。随着计算机与数据终端的普及,对数据通信的要求日益迫切,应用更加广泛。当前最灵活与经济实用的方法是利用数据调制解调器(MODEM)借助现在的模拟电话公用交换网进行数据传输。国内市场上单片FSK MODEM集成电路较多,主要有MOTOROLA、INTEL、AMD、TI、OKI等公司的产品。随着网络和多媒体技术的发展有线的实时数据传输系统在国内已经到了实用阶段,但是由于有线传输的局限性,如要预埋线路,机动性差,造价高等缺点,使得有线的点对点数据传输系统的使用受到限制
18、。而无线通讯与有线相比,有其固定的优越性:联网方便,费用低廉等,所以开发点对点的超短波数据传输系统有很高的实用价值。第一章 超短波数据传输系统的概述第一节 超短波数据传输系统的介绍随着单片机测控技术的广泛应用和无线通信技术的发展以及工业测控现场数据传输、无线抄表等需要,越来越多的计算机信息将采用无线通信方式,而且在有些没有通信线路或者很难架设通信线路的地方只能采用无线传输方式。无线传输具有很高的实用性。本系统主要采用FSK调制解调和无线数据传输技术传输文本、图像、二进制文件,并且可以进行多方实时对话。是一种简便易操作的数据传输系统。 第二节 超短波数据传输系统的特点传输率高。本系统数据传输波特
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
20 积分
下载 | 加入VIP,下载更划算! |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 超短波 数据传输 系统 开发 设计
