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:33:00 -0000	[thread overview]
Message-ID: <42CBA55A.9070305@rms.ro> (raw)
In-Reply-To: <200507061435.27970.aprakash@tataelxsi.co.in>

Annamalai Prakash wrote:

>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.
>
>  
>
If you want raw mode, you should open /dev/ser0 and if you want tty use 
/dev/tty0 . You cand find the name of the devices in the ecos.ecc file 
of your build tree.
You can imagine some test case, something like sending an out of the 
range for tty char over the serial port and trying to read it from your 
PC. If you have a tty driver you will get nothing on the serial of the 
PC, else you will get the char. First of all, be sure that the serial on 
your Integrator works.

Edgar

>>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

  parent reply	other threads:[~2005-07-06  9:33 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
2005-07-06  9:30     ` Andrew Lunn
2005-07-06  9:33     ` Edgar Grimberg [this message]
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=42CBA55A.9070305@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).