说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 增强式串行通讯控制器
1)  enhanced serial communication controller (ESCC)
增强式串行通讯控制器
2)  serial communication controller (SCC)
串行通讯控制器
3)  Asynchronous communications element
异步串行通讯控制器
1.
The method which the DSP, Asynchronous communications element and the advanced CPLD are integrated to settle the problem of mult-transmission line demanding when the theodolite takes information realtime transmission.
针对光电经纬仪中系统间信息实时传输时,需要传输线多的问题,提出了一种采用DSP、异步串行通讯控制器和CPLD技术相结合来对其进行改造的方法。
4)  integrated serial communication controller (ISCC)
综合串行通讯控制器
5)  SCC
串行通信控制器
1.
Also, it provides the application of serial communication controller(SCC) which realizes the interface circuit linking AM79101 and 51MCU, and its programs.
同时给出了应用双通道串行通信控制器(SCC)实现AM79101与51单片机接口电路和应用程序设计。
6)  serial communication controller
串行通信控制器
1.
In this paper, introduces the application of serial communication controller (SCC) in a double DSPs system, provides a designing plan of double DSP system controlling multi serial communication controllers (SCC).
介绍了串行通信控制器在双DSP系统中的应用,提出了一种双DSP对多个串行通信控制器控制的方案,并给出了具体的硬件电路及其在异步模式下的软件设计方法。
2.
This article is based on the test of the Processor Card of high performance communication processor MPC8260,and shows how to test the MPC8260 Processor Card s memory,serial communication controller and fast communication controller under no embedded operating system circumstances?At last,we summarize the methods for embedded system software test.
给出了在没有嵌入式操作系统的环境下,如何实现了MPC8260嵌入式处理卡内存、串行通信控制器和快速通信控制器测试的过程。
补充资料:串行通讯简单认识

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


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


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


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

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