1) UART
异步串行通讯口扩展
1.
Based on the development process of the Industrial Chemical Fiber Machine,the communication through I~2C bus between P87LPC764 MCUs manufactured by Philips Corporation,and its extension of UART are presented in details.
结合化纤工业加弹机开发过程,介绍了Philips公司的P87LPC764单片机之间通过I2C总线进行通讯,及异步串行通讯口扩展的方法,并给出了程序源代码。
2) asynchronous
异步
1.
Application of asynchronous pattern PSO in QoS multicast routing;
异步粒子群优化算法在QoS组播路由中的应用
2.
Design Foundation of Function Module of Asynchronous System;
异步系统功能模块的设计基础
3.
Analyses of Asynchronous Mode in Winsock;
Winsock的异步模式探讨
3) asynchronization
异步
1.
The paper recounts the method that makes the sampler and A/D translator to synchronize returning to zero problem when thoroughfare of itinerant decting instrument is designed by core of the microcomputer so that the measuring values approach the reality value and don t lead into measuring error by the sampler and A/D translator asynchronization.
从而使装置测出的显示值接近真实值,而不会引起由于采样器与A/D转换器异步时产生的测量误差。
4) asynchronism
异步
1.
Synchronism and Asynchronism Based on BPEL;
BPEL中同步与异步机制
2.
Computer serial communication signal is compliant to asynchronism start/stop control protocol,however,the telephone sampling signal is periodic.
本文介绍了用FPGA实现异步信号与同步信号进行数字复接的一种方法。
3.
Distributed object technology is a good solution of software development and integration,but traditional invocation models based on distributed objects restrict the application of distributed object technology in high performance distributed computing due to the lack of asynchronism.
分布对象技术是分布异构环境下软件开发和系统集成的良好解决方案 ,然而在高性能分布计算领域 ,传统调用模型在异步特性方面的不足限制了分布对象技术在该领域的应用。
5) differential speed rolling
异步轧制
1.
Research on drawability of AZ31 magnesium alloy sheet processed by differential speed rolling at room temperature;
异步轧制AZ31镁合金板材室温冲压性能研究
2.
Microstructure of AZ31 magnesium alloy sheets processed by differential speed rolling;
异步轧制AZ31镁合金板材组织
3.
The objective of this study on microstructure and grain orientation of AZ31 magnesium alloy sheets produced by differential speed rolling was to investigate the possibility of improving deformability of AZ31 magnesium alloy sheets.
主要对异步轧制AZ31镁合金板材的显微组织和晶粒取向进行了研究,以探讨提高镁合金板材塑性变形能力的途径。
6) Asynchronous spectrum
异步光谱
参考词条
补充资料:串行通讯简单认识
一条信息的各位数据被同时传送的通讯方式称为并行通讯。并行通讯的特点是:各数据位同时传送,传送速度快、效率高,但有多少数据位就需多少根数据线,因此传送成本高,且只适用于近距离(相距数米)的通讯。
一条信息的各位数据被逐位按顺序传送的通讯方式称为串行通讯。串行通讯的特点是:数据位传送,传按位顺序进行,最少只需一根传输线即可完成,成本低但送速度慢。串行通讯的距离可以从几米到几千米。
根据信息的传送方向,串行通讯可以进一步分为单工、半双工和全双工三种。信息只能单向传送为单工;信息能双向传送但不能同时双向传送称为半双工;信息能够同时双向传送则称为全双工。 串行通讯又分为异步通讯和同步通讯两种方式。在单片机中,主要使用异步通讯方式。
MCS_51单片机有一个全双工串行口。全双工的串行通讯只需要一根输出线和一根输入线。数据的输出又称发送数据(TXD),数据的输入又称接收数据(RXD)。串行通讯中主要有两个技术问题,一个是数据传送、另一个是数据转换。数据传送主要解决传送中的标准、格式及工作方式等问题。数据转换是指数据的串并行转换。具体说,在发送端,要把并行数据转换为串行数据;而在接收端,却要把接收到的串行数据转换为并行数据。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。