Re: UART



On 2006-04-27, Kurt Harders <news@xxxxxxxxxxxxxxx> wrote:

How does the UART know that the device connected to it is
ready to receive data?

It depends on the UART. Some don't know anything. Some watch
the handshake lines. Some watch for xon/xoff characters.

It does not know anything about the connected device. The
driver may look at the handshake lines (DTR, RTS, CTS...) but
thats not part of the UART.

That depends on the UART. The better UARTs do indeed look at
CTS and/or DSR, and some even monitor the receive datastream
for xon/xoff characters.

--
Grant Edwards grante Yow! I OWN six pink
at HIPPOS!!
visi.com
.



Relevant Pages

  • Re: Cheap, small quad UART needed
    ... I need a quad UART chip with only RXD and TXD per channel, no handshake ... preferable communicating with my CPU through an SPI port. ...
    (comp.arch.embedded)
  • Re: RS232 RTS control
    ... I think you should not use the handshake signals in your program. ... These signals are for the handshake between the Uart and the modem. ...
    (comp.lang.labview)