public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Jonathan Larmour <jlarmour@redhat.com>
To: "Chris C." <hksbtx@2bzd.com>
Cc: ecos-discuss@sourceware.cygnus.com
Subject: Re: [ECOS] Serial Testing Problems!
Date: Wed, 08 Aug 2001 10:49:00 -0000	[thread overview]
Message-ID: <3B717B9C.EBC86A05@redhat.com> (raw)
In-Reply-To: <15724200183815532862@2bsure.com>

"Chris C." wrote:
> 
> Hi
> 
> I have modified the serial.c in the \ecos\examples. I use it to test the
> serial read/write for the EB40. Part of the code is shown below:
> 
> cyg_io_handle_t handle;
>     Cyg_ErrNo err;
>     const char test_string[] = "serial example is working correctly!\n";
>     cyg_uint32 len = strlen(test_string);
>         unsigned char buffer[16];
>         int len1;
> 
>     printf("Starting serial example\n");
> 
>     err = cyg_io_lookup( "/dev/ser1", &handle );
> 
>     if (ENOERR == err) {
>         printf("Found /dev/haldiag. Writing string....\n");
>                 err = cyg_io_read(handle, &buffer[0], &len1);
>         err = cyg_io_write( handle, test_string, &len );
>     }
> 
> I used insight to debug and I found that the function "cyg_io_write" will
> call the device driver function "at91eb40_serial_putc" but the
> "cyg_io_read" had not call the "at91eb40_serial_getc". Why?

Dunno, sorry. No immediate reason I can think of. Note the function name is
at91_serial_getc though.

> Also, there are some testing programs in the io\serial but some of the
> programs need ser_filter to run.  Where can I find it?

In the host tools: cvs co ecos/host
 
You can build the host tools with "./configure ; make"

> Does eCos have any testing programs that are used to test the serial device
> driver[read/wirte]? [the testing program will not share the serial port
> with GDB]

This is what ser_filter is designed to solve - you run ser_filter and tell
it which serial port to use. You then connect from GDB to a TCP port
provided by ser_filter.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

  reply	other threads:[~2001-08-08 10:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-08  9:06 Chris C.
2001-08-08 10:49 ` Jonathan Larmour [this message]
2001-08-09  1:02   ` Jesper Skov
2001-08-09  8:53     ` Jonathan Larmour
2001-08-09  8:53 Chris C.
2001-08-10  9:55 ` Jonathan Larmour

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=3B717B9C.EBC86A05@redhat.com \
    --to=jlarmour@redhat.com \
    --cc=ecos-discuss@sourceware.cygnus.com \
    --cc=hksbtx@2bzd.com \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).