MSR206 Programmer’s Manual
UDN PM017-U Rev.C.1
Section 9 – Addendum
2003/10/9
Page
21
Total
28 pages
LRC 0
1
0
1
0
1
0
Calculate Odd Parity (P column)
If there is an Even Number of 1’s in the row of data for each character, put a 1 in the P column. Other wise, put a 0 in
the column.
LRC: If there is an Even Number of 1’s in the column of data for each character, put a 0 in the LRC row. Other wise,
put a 0 in the row. The last LRC will be considered as the parity rule of this row.
B0 B1 B2 B3 B4 B5 B6 B7
1 0 1 0 0 0 1 1
0 0 0 0 1 1 0 1
0 0 0 1 1 1 1 0
0 0 1 0 1 0 0 0
1 0 1 0 1 0 0 1
0 1 1 1 0 0 1 0
0 1 1 1 1 1 0 0
0 1 0 1 0 1 0 0
B7 B6 B5 B4 B3 B2 B1 B0 HEX
1 1 0 0 0 1 0 1 C5
1 0 1 1 0 0 0 0 B0
0 1 1 1 1 0 0 0 78
0 0 0 1 0 1 0 0 14
1 0 0 1 0 1 0 1 95
0 1 0 0 1 1 1 0 4E
0 0 1 1 1 1 1 0 3E
0 0 1 0 1 0 1 0 2A
Transfer track 2 (track 3) data to HEX under 08 bits:
B0 B1 B2 B3 P
; 1 1 0 1 0
1 1 0 0 0 0
2 0 1 0 0 0
3 1 1 0 0 1
4 0 0 1 0 0
5 1 0 1 0 1
? 1 1 1 1 1
LRC
1 0 1 0 1
B0 B1 B2 B3 B4 B5 B6 B7
1 1 0 1 0 1 0 0