Serial line

From Computer History Wiki
Revision as of 16:30, 5 August 2021 by Jnc (talk | contribs) (+break)
Jump to: navigation, search

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 voltage), and asserted (space, low voltage). (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.)

If the line is held in the 'asserted' state for longer than a character time, this is called a break condition, and it can be detected by the receiver and signalled to the user specially. This is often used to interrupt the computer on the other end of the line.