Serial line: Difference between revisions
From Computer History Wiki
Jump to navigationJump to search
m Proper cat |
m +cat |
||
| Line 5: | Line 5: | ||
{{semi-stub}} | {{semi-stub}} | ||
[[Category: Device Basics]] | |||
Revision as of 04:44, 13 December 2018
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 self-clocking (i.e. 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, and is therefore not self-clocking