Serial line: Difference between revisions
From Computer History Wiki
Jump to navigationJump to search
A start |
(No difference)
|
Revision as of 01:23, 14 October 2017
A serial line is a means of transmitting data in bit serial fashion, often over a communication link such as a telephone line. There are two principal forms:
- asynchronous serial lines, in which the format is such that the start location of each character can be inferred from the data stream, and
- synchronous serial lines, where each character starts immediately after the previous one.