Universal synchronous and asynchronous receiver-transmitter: Difference between revisions
Content deleted Content added
m WP:CHECKWIKI error fixes using AWB (11754) |
|||
Line 2:
== Purpose and History ==
The USART's synchronous capabilities were primarily intended to support synchronous protocols like IBM's [[Synchronous transmit-receive]] (STR), [[Binary Synchronous Communications]] (BSC), [[Synchronous Data Link Control]] (SDLC), and the ISO-standard [[High-Level Data Link Control]] (HDLC) synchronous link-layer protocols, which were used with synchronous voice-frequency [[modem
== Operation ==
The operation of a USART is intimately related to the various protocols; refer to those pages for details. This section only provides a few general notes.
* USARTs in synchronous mode transmits data in [[Frame (networking)
* USARTs operating as synchronous devices used either character-oriented or bit-oriented mode. In character (STR and BSC) modes, the device relied on particular characters to define frame boundaries; in bit (HDLC and SDLC) modes earlier devices relied on physical-layer signals, while later devices took over the physical-layer recognition of bit patterns.
* A synchronous line is never silent; when the modem is transmitting, data is flowing. When the physical layer indicates that the modem is active, a USART will send a steady stream of padding, either characters or bits as appropriate to the device and protocol.
Line 20:
|8251A
|Programmable Communications Interface
|Intel 8251A Data Sheet.<ref>{{Cite web|title = Intel 8251A Programmable Communications Interface |url = http://www.datasheetarchive.com/dlmain/Datasheets-14/DSA-278171.pdf|website = www.datasheetarchive.com|accessdate = 2015-12-16}}</ref>
|-
|Zilog
Line 26:
|Enhanced Serial Communications Controller
|IXYS web page<ref>{{Cite web|title = Enhanced Serial Communications Controllers:|url = http://www.zilog.com/index.php?option=com_cutsheet&task=view&cid=8&id=8|website = www.zilog.com|accessdate = 2015-12-16}}</ref>
|}
== References ==
<references />
{{DEFAULTSORT:Universal Synchronous Asynchronous Receiver Transmitter}}
[[Category:Data transmission]]
|