comp.lang.ada
 help / color / mirror / Atom feed
* rs232 communication
@ 2003-03-07 11:18 abdel
  2003-03-07 11:48 ` David C. Hoos, Sr.
  0 siblings, 1 reply; 8+ messages in thread
From: abdel @ 2003-03-07 11:18 UTC (permalink / raw)


could there exist a ada binding for serial communication port?





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

* Re: rs232 communication
  2003-03-07 11:18 rs232 communication abdel
@ 2003-03-07 11:48 ` David C. Hoos, Sr.
  2003-03-07 12:33   ` abdel
  0 siblings, 1 reply; 8+ messages in thread
From: David C. Hoos, Sr. @ 2003-03-07 11:48 UTC (permalink / raw)
  To: comp.lang.ada mail to news gateway


----- Original Message ----- 
From: "abdel" <achbari.abdelkader@caramail.com>
Newsgroups: comp.lang.ada
To: <comp.lang.ada@ada.eu.org>
Sent: March 07, 2003 5:18 AM
Subject: rs232 communication


> could there exist a ada binding for serial communication port?
Yes, but the available bindings vary according to platform and OS.
When you ask a question like this, you should specify three
things -- compiler, platform and OS.

> 
> 
> _______________________________________________
> comp.lang.ada mailing list
> comp.lang.ada@ada.eu.org
> http://ada.eu.org/mailman/listinfo/comp.lang.ada
> 
> 




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

* Re: rs232 communication
  2003-03-07 11:48 ` David C. Hoos, Sr.
@ 2003-03-07 12:33   ` abdel
  2003-03-07 15:17     ` Jerry Petrey
  2003-03-07 15:45     ` Stephen Leake
  0 siblings, 2 replies; 8+ messages in thread
From: abdel @ 2003-03-07 12:33 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 302 bytes --]


"David C. Hoos, Sr." <david.c.hoos.sr@ada95.com> a �crit dans le message
news: mailman.17.1047037751.4331.comp.lang.ada@ada.eu.org...
>
> When you ask a question like this, you should specify three
> things -- compiler, platform and OS.

My OS is windows 2000 I work with gnat 3.15p and adagide





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

* Re: rs232 communication
  2003-03-07 12:33   ` abdel
@ 2003-03-07 15:17     ` Jerry Petrey
  2003-03-07 15:45     ` Stephen Leake
  1 sibling, 0 replies; 8+ messages in thread
From: Jerry Petrey @ 2003-03-07 15:17 UTC (permalink / raw)


abdel wrote:

> "David C. Hoos, Sr." <david.c.hoos.sr@ada95.com> a �crit dans le message
> news: mailman.17.1047037751.4331.comp.lang.ada@ada.eu.org...
> >
> > When you ask a question like this, you should specify three
> > things -- compiler, platform and OS.
>
> My OS is windows 2000 I work with gnat 3.15p and adagide

I have found Stephen Leake's com_port packages very useful in that
environment.
You can find them at:
http://users.erols.com/leakstan/Stephe/

Good luck,

Jerry
--
---------------------------------------------------------------------------------

-- Jerry Petrey
-- Senior Principal Systems Engineer - Navigation (GPS/INS), Guidance, &
Control
-- Raytheon Missile Systems          - Member Team Ada & Team Forth
-- NOTE: please remove <NOSPAM> in email address to reply
---------------------------------------------------------------------------------






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

* Re: rs232 communication
  2003-03-07 12:33   ` abdel
  2003-03-07 15:17     ` Jerry Petrey
@ 2003-03-07 15:45     ` Stephen Leake
  2003-03-10  7:23       ` Anders Wirzenius
  1 sibling, 1 reply; 8+ messages in thread
From: Stephen Leake @ 2003-03-07 15:45 UTC (permalink / raw)


"abdel" <achbari.abdelkader@caramail.com> writes:

> "David C. Hoos, Sr." <david.c.hoos.sr@ada95.com> a �crit dans le message
> news: mailman.17.1047037751.4331.comp.lang.ada@ada.eu.org...
> >
> > When you ask a question like this, you should specify three
> > things -- compiler, platform and OS.
> 
> My OS is windows 2000 I work with gnat 3.15p and adagide

http://users.erols.com/leakstan/Stephe/index.html

get com_ports.zip (yes, this is so old I wasn't using .tar.gz then :).

Interestingly, a search on Ada Power and AltaVista failed to find
this. I guess I have some advertising to do :)

-- 
-- Stephe



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

* Re: rs232 communication
  2003-03-07 15:45     ` Stephen Leake
@ 2003-03-10  7:23       ` Anders Wirzenius
  2003-03-10 17:48         ` [ot] meta tags was " chris.danx
  0 siblings, 1 reply; 8+ messages in thread
From: Anders Wirzenius @ 2003-03-10  7:23 UTC (permalink / raw)


"Stephen Leake" <Stephen.A.Leake@nasa.gov> wrote in message news:u7kbbcha5.fsf@nasa.gov...

> http://users.erols.com/leakstan/Stephe/index.html
> 
> get com_ports.zip (yes, this is so old I wasn't using .tar.gz then :).
> 
> Interestingly, a search on Ada Power and AltaVista failed to find
> this. I guess I have some advertising to do :)

<HEAD>
   <TITLE>Stephe's homepage</TITLE>
   <meta name="keywords" content="com_ports, Leake, Ada">
</HEAD>

Anders





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

* [ot] meta tags was Re: rs232 communication
  2003-03-10  7:23       ` Anders Wirzenius
@ 2003-03-10 17:48         ` chris.danx
  2003-03-11  8:15           ` Anders Wirzenius
  0 siblings, 1 reply; 8+ messages in thread
From: chris.danx @ 2003-03-10 17:48 UTC (permalink / raw)


Anders Wirzenius wrote:
> 
> <HEAD>
>    <TITLE>Stephe's homepage</TITLE>
>    <meta name="keywords" content="com_ports, Leake, Ada">
> </HEAD>

Don't search engines ignore meta tags nowadays?





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

* Re: [ot] meta tags was Re: rs232 communication
  2003-03-10 17:48         ` [ot] meta tags was " chris.danx
@ 2003-03-11  8:15           ` Anders Wirzenius
  0 siblings, 0 replies; 8+ messages in thread
From: Anders Wirzenius @ 2003-03-11  8:15 UTC (permalink / raw)


"chris.danx" <spamoff.danx@ntlworld.com> wrote in message news:kd4ba.19529$EN3.158009@newsfep4-glfd.server.ntli.net...
> Anders Wirzenius wrote:
> > 
> > <HEAD>
> >    <TITLE>Stephe's homepage</TITLE>
> >    <meta name="keywords" content="com_ports, Leake, Ada">
> > </HEAD>
> 
> Don't search engines ignore meta tags nowadays?
> 
> 

Don't know. Anyway, the meta tag doesn't clog anything up. May be one search engine ignores it and another doesn't.

Anders





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

end of thread, other threads:[~2003-03-11  8:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-07 11:18 rs232 communication abdel
2003-03-07 11:48 ` David C. Hoos, Sr.
2003-03-07 12:33   ` abdel
2003-03-07 15:17     ` Jerry Petrey
2003-03-07 15:45     ` Stephen Leake
2003-03-10  7:23       ` Anders Wirzenius
2003-03-10 17:48         ` [ot] meta tags was " chris.danx
2003-03-11  8:15           ` Anders Wirzenius

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox