lkml.org 
[lkml]   [2007]   [Jul]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: serial flow control appears broken
On Fri, 27 Jul 2007, Lee Howard wrote:

> Okay, so let's say we've got a loop around a blocking read on the modem file
> descriptor...
>
> for (;;) {
> read some data from modem
> process data from modem
> if (end-of-data detected) break;
> }
>
> Are you suggesting that the application should be using deasserting RTS after
> the read and asserting it before?

It certainly could -- you were asking how it would know. ;-)

> I had previously thought that the control of RTS was something that the
> serial/tty driver was supposed to do independently based on the buffer fill.

The TTY line discipline driver could do that based on the amount of
received data present in its buffer. And it should if asked to (a brief
look at drivers/char/n_tty.c reveals it does; obviously there may be a bug
somewhere though). So could e.g. the SLIP and PPP line discipline
drivers, though the criteria might be different (apparently they do not,
which is a shame).

The serial drivers have nothing to do about it -- all they can do is
pushing data upstream, to the discipline driver. They can provide an
interface to hardware flow control features though, if implemented by a
given UART.

Maciej
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-07-27 19:55    [W:0.241 / U:0.260 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site