说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 光纤串行通讯
1)  Fibre Optical Serial Communication
光纤串行通讯
2)  Serial communication
串行通讯
1.
The software realization of serial communication for multi-WEDM machines;
电火花线切割机多机串行通讯软件的开发
2.
Study of Data Type Transformation in Serial Communication based on MSCOMM;
辐照度计中串行通讯数据类型转换的研究
3.
Application of Modbus protocal in serial communication of monitoring system;
Modbus协议在监控系统串行通讯中的应用
3)  Series communication
串行通讯
1.
This instrument has an RS485 series communication interface,which can transmit the warning signal and the sum total to the management centre of the residence quarter.
提出一种智能型多功能检测仪的设计方法 ,一台检测仪包含各种报警信号的采集及水、电、煤气用量计费系统 并提供RS4 85串行通讯接口 ,把采集到的报警与计费信号反馈到住宅小区管理中心 ,由小区管理中心集中控制处理 较适合于智能小区管理中作为家庭的保安和户外抄表
2.
The general series communication standards were introduced,the application of the RS\|485 standard in the coupling unit of DF 4E locomotives was analyzed in detail.
介绍常用串行通讯标准,并就RS485 标准在东风4E型机车重联装置中的应用作具体分析。
3.
The master communicates with the slave through RS 232C asynchronous series communication interface to realize logical sequence control of extrusion process, control of parison shape and thickness, control of hollow plastic container blow molding,etc.
用486微机作上位机、可编程控制器(ProgrammableControler,以下简称PC)作下位机建立两级控制系统,并通过RS—232C异步串行通讯接口连接上下位机,实现了挤出过程逻辑程控和型坯形状、壁厚控制以及中空塑料容器吹胀成型控制;介绍了中空吹塑成型的基本原理、控制系统构成、间隙式型坯壁厚控制器结构,并给出了上下位机串行通讯程序流程;对软硬件设计、调试和系统可扩展性进行了讨论。
4)  serial-communication
串行通讯
1.
A design of semi-duplex serial-communication between a digital signal processor TMS320LF2407 and single-chip microprocessor MCS_51,which is based on MAX485,is presented.
介绍了数字信号处理器TMS320LF2407A与单片机MCS-51之间基于RS_485的串行通讯设计方法,实验结果表明了这种通讯设计方法的准确性。
5)  serial port communication
串行通讯
1.
The DSP Serial Port Communication’s Development and Application Based on Simulink;
Simulink软件环境的DSP串行通讯开发与应用
6)  communication [英][kə,mju:nɪ'keɪʃn]  [美][kə'mjunə'keʃən]
串行通讯
1.
The communication and networking for NC systems is a key technique involved in CIMS workshops.
设计了STD总线串行通讯接口模板和和双向数据通讯软件,使STD总线数控系统能与上位机通讯,构成DNC系统。
2.
Pointing to the disadvantages for some tradition single chip in data gathering and communication system,this paper introduces data acquisition and communication system based on PIC18F458 single chip by Microchip Technology of America.
针对一些传统单片机在通讯数据采集系统中表现不足等问题,利用美国微芯(Microchip)公司推出的一种新型的单片机PIC18F458进行对数据的采集和串行通讯,设计出了硬件接口电路和软件开发程序,该系统简洁精练,安全可靠,应用前景广阔。
3.
SPI communication between microprocessor and A/D module is realized by using serial peripheral interface module SPI of MC68HC908GZ60 microprocessor.
利用MC68HC908GZ60微处理器的串行外围接口模块SPI,实现微处理器与A/D模块之间串行通讯。
补充资料:串行通讯简单认识

一条信息的各位数据被同时传送的通讯方式称为并行通讯。并行通讯的特点是:各数据位同时传送,传送速度快、效率高,但有多少数据位就需多少根数据线,因此传送成本高,且只适用于近距离(相距数米)的通讯。


  一条信息的各位数据被逐位按顺序传送的通讯方式称为串行通讯。串行通讯的特点是:数据位传送,传按位顺序进行,最少只需一根传输线即可完成,成本低但送速度慢。串行通讯的距离可以从几米到几千米。


  根据信息的传送方向,串行通讯可以进一步分为单工、半双工和全双工三种。信息只能单向传送为单工;信息能双向传送但不能同时双向传送称为半双工;信息能够同时双向传送则称为全双工。 串行通讯又分为异步通讯和同步通讯两种方式。在单片机中,主要使用异步通讯方式。


  MCS_51单片机有一个全双工串行口。全双工的串行通讯只需要一根输出线和一根输入线。数据的输出又称发送数据(TXD),数据的输入又称接收数据(RXD)。串行通讯中主要有两个技术问题,一个是数据传送、另一个是数据转换。数据传送主要解决传送中的标准、格式及工作方式等问题。数据转换是指数据的串并行转换。具体说,在发送端,要把并行数据转换为串行数据;而在接收端,却要把接收到的串行数据转换为并行数据。

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条