Serial line: Difference between revisions

From Computer History Wiki
Jump to navigationJump to search
m better car
move mark/space here
Line 3: Line 3:
* [[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
* [[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
Both serial line [[protocol]]s requires two signal levels: idle (mark, high), and asserted (space, low). (The polarity is a legacy from telegraphy, where the line was held high in order to show that the line was not broken, and that the transmitter was functional.)


{{semi-stub}}
{{semi-stub}}


[[Category: Communication Basics]]
[[Category: Communication Basics]]

Revision as of 14:11, 21 March 2020

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:

Both serial line protocols requires two signal levels: idle (mark, high), and asserted (space, low). (The polarity is a legacy from telegraphy, where the line was held high in order to show that the line was not broken, and that the transmitter was functional.)