龙源期刊网 http://www.qikan.com.cn
基于嵌入式的协议转换设备设计与实现
作者:刘磊
来源:《价值工程》2017年第04期
摘要:计算机系统内部各设备之间的通讯都需要遵循一定的通讯协议,由于系统开发时间、硬件条件、应用场所不同,各设备所支持的协议也不一定相同,这样在不同设备互联的时候,由于各设备所支持的协议不同,会造成很多设备无法联通。本文基于嵌入式系统,设计了一种协议转换设备,支持目前较为通用的大部分协议,为不同系统之间的互联提供一种简易的方式。
Abstract: Communication between devices within a computer system is required to follow a certain communication protocol. Because the system development time, the hardware condition, and the application place are different, the protocol that each equipment supports is not necessarily the same. So in different equipment interconnection, due to the different protocols supported by each device, many devices can not communicate with each other. Based on the embedded system, this paper designs a protocol conversion device to support most of the protocols that are common at present, and provides an easy way for the interconnection between different systems. 关键词:计算机;嵌入式;协议转换
Key words: computer;embedded;protocol conversion
中图分类号:TP273 文献标识码:A 文章编号:1006-4311(2017)04-0067-03 0 引言
计算机系统内部,不同计算机系统之间,往往需要相互交换信息,而信息的交换是建立在一定的基础之上的。要使得计算机系统的信息交互,必须遵循一定的协议。
对于计算机系统本身而言,自身大都支持一定的通信协议,但是,由于计算机系统的开发时间、开发环境、开发经费、开发目的存在很大的不同,各计算机系统所支持的通信协议往往存在一定的差异,而为了实现计算机系统的互联,必须将不同计算机系统支持的不同的通信协议进行转换,使得协议转换为互联的计算机系统的其中一种差异或者其它一种共同可转换的协议。这样使得不同时期、不同开发环境、不同开发目的下所设计开发的设备之间可以进行互联,从而实现一个具有统一目标性的功能,而不需要二次开发或者重新开发相同功能设备,节约了大量的人力、物力和财力,其具有非常重要的实际意义。 1 计算机系统互联概述