public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Serial overruns
@ 2001-09-17 10:32 Matt Holgate
  2001-09-17 23:47 ` Robin Farine
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Matt Holgate @ 2001-09-17 10:32 UTC (permalink / raw)
  To: ecos-discuss

Hi,

I have a very simple application with two threads - one that reads from a
serial port into a circular buffer (the producer), and the other that
writes the data back out to the same serial port from the buffer (the
consumer). The effect should be that any data sent over the serial line is
echoed back. Mutexes and condition variables are used to synchronise the
two threads and protect the shared buffer.

The program runs fine if send a small amount of data down the serial line.
However, if I send more than 16 characters (the size of the FIFO in the
UART), then I get buffer overruns and only receive the first 16
characters.

I've enabled hardware flow control, although I'm pretty sure the problem
is that the serial DSR is not responding in time to keep up with the data
rate (only 38400 baud), rather than the eCos buffer overflowing (it is set
to the default size of 128 bytes).

I've no idea what the problem is, so any suggestions would be much
appreciated!

thanks,
Matt







^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2001-09-19 12:59 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-17 10:32 [ECOS] Serial overruns Matt Holgate
2001-09-17 23:47 ` Robin Farine
2001-09-18  3:51 ` Robert Cragie
2001-09-18  8:43   ` Matt Holgate
2001-09-18 11:13   ` David Airlie
2001-09-18 11:17     ` David Airlie
2001-09-18 14:03       ` Jonathan Larmour
2001-09-18 14:25 ` Jonathan Larmour
2001-09-19  2:52   ` Matt Holgate
2001-09-19  3:29     ` Jonathan Larmour
2001-09-19  3:29     ` Jesper Skov
2001-09-19  3:36       ` Jonathan Larmour
2001-09-19  3:41         ` Jesper Skov
2001-09-19  8:47     ` Robert Cragie
2001-09-19 12:38       ` Jonathan Larmour
2001-09-19 12:59       ` Matt Holgate

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).