DATA COMMUNICATIONS CODES

Common Data Communication Codes

1. Baudot Code

             
Letter Figure Bits 4 3 2 1 0
A - 1 1 0 0 0
B ? 1 0 0 1 1
C : 0 1 1 1 0
D $ 1 0 0 1 0
E 3 1 0 0 0 0
F ! 1 0 1 1 0
G & 0 1 0 1 1
H # 0 0 1 0 1
I 8 0 1 1 0 0
J ' 1 1 0 1 0
K ( 1 1 1 1 0
L ) 0 1 0 0 1
M . 0 0 1 1 1
N , 0 0 1 1 0
O 9 0 0 0 1 1
P 0 0 1 1 0 1
Q 1 1 1 1 0 1
R 4 0 1 0 1 0
S bel 1 0 1 0 0
T 5 0 0 0 0 1
U 7 1 1 1 0 0
V ; 0 1 1 1 1
W 2 1 1 0 0 1
X / 1 0 1 1 1
Y 6 1 0 1 0 1
Z " 1 0 0 0 1
Figure Shift 1 1 1 1 1
Letter Shift 1 1 0 1 1
Space 0 0 1 0 0
Line Speed 0 1 0 0 0
Blank 0 0 0 0 0

2. ASCII YCode

3. EBCDIC

ERROR DETECTION TECHNIQUES

Three classes of probabilities

1. Class 1 : A frame arrives with no error
2. Class 2 : A frame arrives with one or more errors detected
3. Class 3 : A frame arrives with one or more errors but undetected.

TYPES OF ERROR DETECTION TECHNIQUES

1. PARITY CHECK

 

Previous | Next