public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Annamalai Prakash <aprakash@tataelxsi.co.in>
To: Edgar Grimberg <edgar.grimberg@rms.ro>
Cc: ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] Serial Port , Raw Mode using cyg_io_read
Date: Wed, 06 Jul 2005 09:18:00 -0000	[thread overview]
Message-ID: <200507061435.27970.aprakash@tataelxsi.co.in> (raw)
In-Reply-To: <42CB9E08.8040008@rms.ro>

On Wednesday 06 July 2005 02:32 pm, you wrote:
> Hi,
>
> Did you tried to open the /dev/ser0 , /dev/ser1 ? Something like:
>
> err = cyg_io_lookup( "/dev/ser1", &fd );

 yes, i tried to open ... it was opened...... but i want to make sure, whether 
it is RAW Mode or TTY Mode.


>
> Edgar

Prakash
>
> Annamalai Prakash wrote:
> >Hi List,
> >
> > I am working on ARM920T (Integrator) and ecos. I have configured my
> > kernel with posix and Serial device drivers.  following options are
> > enabled in my config file.
> >
> >           CYGOPT_IO_SERIAL_SUPPORT_NONBLOCKING
> >    CYGPKG_IO_SERAIL_TTY
> >     CYGPKG_IO_SERIAL_TTY_TTY1
> >    CYGPKG_IO_SERIAL_DEVICES
> >    CYGPKG_IO_SERIAL_ARM_INTEGRATOR_SERIAL1
> >
> >       I want to configure my serial port in RAW mode.  i think ecos
> > supports two serial port drivers (raw and tty driver). Is there any
> > explicit option to specify  for RAW drivers.  I tried to disable
> > (CYGPKG_IO_SERAIL_TTY_TTY1) option, i wasnot able to read/write anything
> > from serial port even opened successfully.
> >
> >       I tried to use OPEN call also. i got compilation error due to
> >unresolved symbols `O_NDELAY' ,`B115200' ,`CLOCAL' ,`CREAD' . i have
> >decleared terminos.h ..
> >
> >Any lights to move furthur..
> >
> >Thanks
> >Prakash

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

  reply	other threads:[~2005-07-06  9:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-06  8:41 Annamalai Prakash
2005-07-06  9:02 ` Edgar Grimberg
2005-07-06  9:18   ` Annamalai Prakash [this message]
2005-07-06  9:30     ` Andrew Lunn
2005-07-06  9:33     ` Edgar Grimberg
2005-07-06 10:27 aprakash
2005-07-06 10:49 ` Andrew Lunn

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=200507061435.27970.aprakash@tataelxsi.co.in \
    --to=aprakash@tataelxsi.co.in \
    --cc=ecos-discuss@sources.redhat.com \
    --cc=edgar.grimberg@rms.ro \
    /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).