![](http://datasheet.mmic.net.cn/280000/MC68000_datasheet_16093696/MC68000_208.png)
Communications Processor (CP)
4-88
MC68302 USER’S MANUAL
MOTOROLA
The purpose of the control characters table is to enable automatic recognition (by the BI-
SYNC controller) of the end of the current block. See 4.5.13.14 Programming the BISYNC
Controllers for more information. Since the BISYNC controller imposes no restrictions on the
format of the BISYNC blocks, user software must respond to the received characters and
inform the BISYNC controller of mode changes and certain protocol events (e.g., resetting
the BCS). However, correct use of the control characters table allows the remainder of the
block to be received without interrupting the user software.
Up to eight control characters may be defined. These characters inform the BISYNC con-
troller that the end of the current block has been reached and whether a BCS is expected
following this character. For example, the end of text (ETX) character implies both an end
of block (ETB) and a BCS should be received. An enquiry (ENQ) character designates end
of block without a subsequent BCS. All the control characters are written into the data buffer.
The BISYNC controller uses a table of 16-bit entries to support control character recognition.
Each entry consists of the control character, an end-of-table bit, a BCS expected bit, and a
hunt mode bit. The control characters table is shown in Figure 4-31. To disable the entire
control characters table, write $8000 to the first table entry.
Figure 4-31. BISYNC Control Characters Table
CHARACTER8–CHARACTER1—Control Character Value
These fields define control characters.
NOTE
When using 7-bit characters with parity, the parity bit should be
included in the control character value.
E—End of Table
0 = This entry is valid. The lower eight bits will be checked against the incoming char-
acter.
1 = The entry is not valid. No valid entries exist beyond this entry.
15
14
13
12
11
10
9
8
7
0
OFFSET + 0
E
B
H
CHARACTER1
OFFSET +2
E
B
H
CHARACTER2
OFFSET + 4
E
B
H
CHARACTER3
OFFSET + E
E
B
H
CHARACTER8