Intel 413808 Computer Accessories User Manual


 
51
2
Transmit Data Request (TDRQ): Indicates that the UART is ready to accept data for
transmission. The assertion of this bit causes the UART to issue an interrupt when
the Transmit Data Request Interrupt Enable is set.
In non-FIFO mode, the TDRQ bit is set (1) when a character is transferred from the
Transmit-Holding register. The bit is cleared (0) concurrently with the loading of the
Transmit Holding register by the processor.
In FIFO mode, TDRQ is set (1) when the FIFO is less than half full. It is cleared when
the FIFO is more than half full. When more than 64 characters are loaded into the
FIFO, the excess characters are lost.
0 = The UART is NOT ready to receive data for transmission.
1 = The UART is ready to receive data for transmission.
40
2
Break Indicator (BI): Set (1) when the received data input is held in the Spacing
(logic 0) state for longer than a full character transmission time (that is, the total time
of start bit + data bits + parity bit + stop bits). The Break Indicator is reset (cleared to
0) when the processor reads the Line-Status register.
In FIFO mode, only one Break character (equal to 0x00), is loaded into the FIFO
regardless of the length of the Break condition. BI shows the Break condition for the
character at the bottom of the FIFO, not the most recent character received.
0 = No break signal has been received.
1 = Break signal has been received.
30
2
Framing Error (FE): Indicates that the received character did not have a valid stop
bit. FE is set (1) when the bit following the last data bit or parity bit is detected as a
logic 0 bit (spacing level). When the Line Control register had been set for two stop
bits, the receiver does not check for a valid second stop bit. The FE indicator is reset
when the processor reads the Line Status Register.
The UART resynchronizes after a framing error by assuming that the framing error
was due to the next start bit. Therefore it samples this start bit twice and then takes in
the data. In FIFO mode, FE shows a framing error for the character at the bottom of
the FIFO, not for the most recently received character.
0 = No Framing error.
1 = Invalid stop bit has been detected.