Difference between revisions of "Serial line"
From Computer History Wiki
(add 'self-clocking' term) |
m (Add links) |
||
Line 1: | Line 1: | ||
− | 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: | + | 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 line]]s, in which the format is self- | + | * [[asynchronous serial line]]s, in which the format is self-[[clock]]ing (i.e. the start location of each character can be inferred from the data stream), and |
* [[synchronous serial line]]s, where each character starts immediately after the previous one, and is therefore not self-clocking | * [[synchronous serial line]]s, where each character starts immediately after the previous one, and is therefore not self-clocking | ||
{{stub}} | {{stub}} |
Revision as of 20:35, 12 September 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