From: Ed Vance <EdV@macrolink.com>
To: "'alexm@ndtel.com'" <alexm@ndtel.com>
Cc: linux-serial@vger.kernel.org
Subject: RE: Saving data from the serial port
Date: Thu, 17 Apr 2003 12:10:39 -0700 [thread overview]
Message-ID: <11E89240C407D311958800A0C9ACF7D1A33E47@EXCHANGE> (raw)
On Thu, Apr 17, 2003 at 11:44 AM, Alex Moen wrote:
>
> I want to take the data from a serial port from our PBX and
> log it to a file. Sounds simple, right? I can (Winblows)
> hyperterm to the port and gather the data. I can connect
> the port to a serial printer and get the data. But, when I
> connect my linux box to the serial port, I am only getting
> PART of the data. For instance, I am only getting the
> first 14-16 characters of each line, with really no line
> breaks. I also notice with statserial that I am getting an
> overrun (wth is that???). I have the port settings in the
> software set at what Windows and the printer are set at
> (9600-8-N-1).
>
> I have read through the serial howto, tried a few programs
> that are suggested (two that look promising but are giving
> the above results are linbar and logserial), and am stumped.
>
> I'd hate to have to set up a Win98 box running hyperterm
> logging to a file, and then manually rotate that each day....
>
Overruns happen when the UART receiver FIFO buffer is completely
full when the next date character is received. The byte that did
not fit is discarded and the overrun status is posted.
the root cause is either that the data is not being read fast
enough by the program, or system interrupt latency is too long
to let the driver service the UART before an overrun occurs.
If the data source supports XON/XOFF or hardware flow control,
you could set that to hold off the data source when the system
is not ready to receive more data.
Does your UART have a FIFO buffer?
What UART type is your port?
How fast is your system?
Cheers,
Ed
next reply other threads:[~2003-04-17 18:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-17 19:10 Ed Vance [this message]
2003-04-18 0:06 ` Saving data from the serial port David Lawyer
2003-04-18 18:38 ` Alex Moen
2003-04-18 22:02 ` Stuart MacDonald
2003-04-19 6:39 ` David Lawyer
2003-04-21 16:37 ` Stuart MacDonald
-- strict thread matches above, loose matches on Subject: below --
2003-04-17 18:44 Alex Moen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=11E89240C407D311958800A0C9ACF7D1A33E47@EXCHANGE \
--to=edv@macrolink.com \
--cc=alexm@ndtel.com \
--cc=linux-serial@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox