public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] wiggle with the CTS pin
@ 2004-08-04 19:11 Giri Raja
  2004-08-04 20:28 ` Matt Jerdonek
  2004-08-05  8:14 ` Nick Garnett
  0 siblings, 2 replies; 7+ messages in thread
From: Giri Raja @ 2004-08-04 19:11 UTC (permalink / raw)
  To: ecos-discuss

Hi,
   I need to send a 'LO' signal to the CTS pin in one
of my serial ports, on an EB40A board. Is there any
API to do this?
there was an email on this issue last month --
http://sources.redhat.com/ml/ecos-discuss/2004-07/msg00109.html

just wanted to know if anything exists already.

Thanks.

Giri.


		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 

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

^ permalink raw reply	[flat|nested] 7+ messages in thread
* RE: [ECOS] wiggle with the CTS pin
@ 2004-08-04 19:44 Doyle, Patrick
  2004-08-04 20:14 ` Giri Raja
  0 siblings, 1 reply; 7+ messages in thread
From: Doyle, Patrick @ 2004-08-04 19:44 UTC (permalink / raw)
  To: 'Giri Raja', ecos-discuss

I am going to be implementing an API Real Soon Now(tm).

Seriously, we need the same capability on our project and will be
implementing it within the next couple of weeks.

--wpd

> -----Original Message-----
> From: Giri Raja [mailto:giri_amf@yahoo.com] 
> Sent: Wednesday, August 04, 2004 3:11 PM
> To: ecos-discuss@ecos.sourceware.org
> Subject: [ECOS] wiggle with the CTS pin
> 
> 
> Hi,
>    I need to send a 'LO' signal to the CTS pin in one
> of my serial ports, on an EB40A board. Is there any
> API to do this?
> there was an email on this issue last month --
> http://sources.redhat.com/ml/ecos-discuss/2004-07/msg00109.html
> 
> just wanted to know if anything exists already.
> 
> Thanks.
> 
> Giri.
> 
> 
> 		
> __________________________________
> Do you Yahoo!?
> New and Improved Yahoo! Mail - Send 10MB messages!
> http://promotions.yahoo.com/new_mail 
> 
> -- 
> Before posting, please read the FAQ: 
> http://ecos.sourceware.org/fom/ecos
> and search the list 
> archive: http://ecos.sourceware.org/ml/ecos-discuss
> 


Patrick Doyle
DSP Design Engineer
(603) 546-2179

 

This communication is from DTC Communications, Inc. and is intended to be
confidential and solely for the use of the persons or entities addressed
above.  If you are not an intended recipient, be aware that the information
contained herein may be protected from unauthorized use by privilege or law,
and any copying, distribution, disclosure, or other use of this information
is prohibited.  If you have received this communication in error, please
contact the sender by return e-mail or telephone the above number
immediately and delete or destroy all copies.  Thank you for your
cooperation.

 



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

^ permalink raw reply	[flat|nested] 7+ messages in thread
* RE: [ECOS] wiggle with the CTS pin
@ 2004-08-04 20:21 Doyle, Patrick
  0 siblings, 0 replies; 7+ messages in thread
From: Doyle, Patrick @ 2004-08-04 20:21 UTC (permalink / raw)
  To: 'Giri Raja', ecos-discuss

I don't know anything at all about the the EB40A board, nor about the UART
that is used on it, but the ugly, temporary hack would be to look at the
device driver for the UART on that board, find out what the base address is,
find out what the device is, and use something like a
'HAL_READ_UINT8()/HAL_WRITE_UINT8()' pair to read the appropriate control
register, set (or clear) the bit that controls the CTS pin, write the result
back, and hope that the device driver doesn't override your changes.

It's ugly, but it should solve your near term problem.  Long term, I wasn't
planning on (nor do I have the resources to) rework the device drivers for
all of the UART's to support the new API -- I was just going to define the
API and implement it for the UART(s?) that I use.

--wpd

> -----Original Message-----
> From: Giri Raja [mailto:giri_amf@yahoo.com] 
> Sent: Wednesday, August 04, 2004 4:14 PM
> To: ecos-discuss@ecos.sourceware.org
> Cc: Doyle, Patrick
> Subject: RE: [ECOS] wiggle with the CTS pin
> 
> 
> Thanks Doyle. But is there any other way of sending a
> 'LO' to the CTS pin, temporarily. It might be ugly,
> but atleast it will solve some purpose for me.
> 
> Thanks.
> 
> Giri.
> 
> 
> --- "Doyle, Patrick" <WPD@dtccom.com> wrote:
> 
> > I am going to be implementing an API Real Soon
> > Now(tm).
> > 
> > Seriously, we need the same capability on our
> > project and will be
> > implementing it within the next couple of weeks.
> > 
> > --wpd
> > 
> > > -----Original Message-----
> > > From: Giri Raja [mailto:giri_amf@yahoo.com] 
> > > Sent: Wednesday, August 04, 2004 3:11 PM
> > > To: ecos-discuss@ecos.sourceware.org
> > > Subject: [ECOS] wiggle with the CTS pin
> > > 
> > > 
> > > Hi,
> > >    I need to send a 'LO' signal to the CTS pin in
> > one
> > > of my serial ports, on an EB40A board. Is there
> > any
> > > API to do this?
> > > there was an email on this issue last month --
> > >
> >
> http://sources.redhat.com/ml/ecos-discuss/2004-07/msg00109.html
> > > 
> > > just wanted to know if anything exists already.
> > > 
> > > Thanks.
> > > 
> > > Giri.
> > > 
> > > 
> > > 		
> > > __________________________________
> > > Do you Yahoo!?
> > > New and Improved Yahoo! Mail - Send 10MB messages!
> > > http://promotions.yahoo.com/new_mail 
> > > 
> > > -- 
> > > Before posting, please read the FAQ: 
> > > http://ecos.sourceware.org/fom/ecos
> > > and search the list 
> > > archive:
> > http://ecos.sourceware.org/ml/ecos-discuss
> > > 
> > 
> > 
> > Patrick Doyle
> > DSP Design Engineer
> > (603) 546-2179
> > 
> >  
> > 
> > This communication is from DTC Communications, Inc.
> > and is intended to be
> > confidential and solely for the use of the persons
> > or entities addressed
> > above.  If you are not an intended recipient, be
> > aware that the information
> > contained herein may be protected from unauthorized
> > use by privilege or law,
> > and any copying, distribution, disclosure, or other
> > use of this information
> > is prohibited.  If you have received this
> > communication in error, please
> > contact the sender by return e-mail or telephone the
> > above number
> > immediately and delete or destroy all copies.  Thank
> > you for your
> > cooperation.
> > 
> >  
> > 
> > 
> > 
> > -- 
> > Before posting, please read the FAQ:
> > http://ecos.sourceware.org/fom/ecos
> > and search the list archive:
> > http://ecos.sourceware.org/ml/ecos-discuss
> > 
> > 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> 


Patrick Doyle
DSP Design Engineer
(603) 546-2179

 

This communication is from DTC Communications, Inc. and is intended to be
confidential and solely for the use of the persons or entities addressed
above.  If you are not an intended recipient, be aware that the information
contained herein may be protected from unauthorized use by privilege or law,
and any copying, distribution, disclosure, or other use of this information
is prohibited.  If you have received this communication in error, please
contact the sender by return e-mail or telephone the above number
immediately and delete or destroy all copies.  Thank you for your
cooperation.

 



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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-08-05 18:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-04 19:11 [ECOS] wiggle with the CTS pin Giri Raja
2004-08-04 20:28 ` Matt Jerdonek
2004-08-05  8:14 ` Nick Garnett
2004-08-05 18:28   ` Giri Raja
2004-08-04 19:44 Doyle, Patrick
2004-08-04 20:14 ` Giri Raja
2004-08-04 20:21 Doyle, Patrick

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