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

Hi,

Did you tried to open the /dev/ser0 , /dev/ser1 ? Something like:
   
err = cyg_io_lookup( "/dev/ser1", &fd );

Edgar


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:02 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 [this message]
2005-07-06  9:18   ` Annamalai Prakash
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=42CB9E08.8040008@rms.ro \
    --to=edgar.grimberg@rms.ro \
    --cc=aprakash@tataelxsi.co.in \
    --cc=ecos-discuss@sources.redhat.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).