说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 串行口通讯
1)  serial port communication
串行口通讯
1.
This paper is mainly about how to use C language calling assembling language Micro - 8086 to accomplish the RS - 232C serial port communication between the upper computer and the coming intellingent instruments.
本文利用C语言嵌套8086汇编语言实现了上位计算机与下位智能仪器的RS-232C串行口通讯,探讨了在西文状态下实现汉字菜单的制作。
2)  RS-232C Serial Communication Interface
RS-232C串行通讯口
3)  SPI
串行通讯接口
4)  SCI(Serial Communication Interface)
SCI串行通讯接口
5)  serial communication
串口通讯
1.
The implementation of serial communication between PC and testing instruments;
PC机和检测仪器串口通讯的实现
2.
Using VC Realizes Virtual Serial Communication of Field Radiative Signal;
用VC实现地物光谱辐射信号的虚拟串口通讯
3.
The Reception Program of Packed Data Base on Serial Communication;
基于串口通讯的打包数据的接收方案
6)  serial port communication
串口通讯
1.
Application research of serial port communication between PLC and IPC;
PLC与工控机串口通讯应用研究
2.
The Application of Serial Port Communication in Video on Demand of STB Based on STi5518;
STi5518串口通讯在机顶盒节目点播中的应用
3.
This paper introduces a cheap multi-channel DAQ system based on AT89S52,and offers a serial port communication scheme between LabVIEW and single chip micro controller,also tests the DAQ system and realizes a method of 2 dimension array interpolation using LabVIEW.
介绍了一种基于AT89S52,成本低廉的多路数据采集系统,给出了LabVIEW与单片机的串口通讯方案,对该采集系统行了测试,利用LabVIEW编程实现了一种二维数组插值的方法。
补充资料:串行通讯简单认识

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


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


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


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

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