EMILE BAUDOT
THE CODEEach character consists of 5 bits. Two logical states and five bits allows 32 characters. (2^5 = 32). Baudot needed 26 characters for the alphabet, 10 for numbers, and more for miscellaneous characters. In order to have 36 + characters, he used two special characters, LTRS and FIGS, to give a total of 64 possibilities. LTRS (11111) precedes Alphabetic characters. FIGS (11011) precedes numerical and special characters such as punctuation.
This short code example shows how this works. The message
is "A3". The code must say that the first character is a
letter, and that the second is a number.
| return to top |
THE HARDWARE
The distributor, pictured on the right,
was the heart of the hardware system. Both the
transmitter and the receiver used a distributor.
On the transmitter end, a keyboard was
connected to a set of
metal brushes inside the distributor. The brushes,
rotated by either weights or an electric
motor, made and broke contact with stationary
conductive elements called segments. Typically,
each system had four to six keyboards, each connected
to its own set of brushes and segments
in the distributor. Each set connected to a
single communications line. This was the first successful
multiplexing system in electrical telecommunications.
In the receiver part of the distributor was a set of electro-magnets
that stored the encoded messages. A punch mechanism transferred the
stored information to a tape. The hole pattern on the tape reflected
the two/three pattern of the keyboard.
| return to top |
| return to top |
| return to top |