comp.lang.ada
 help / color / mirror / Atom feed
* Serial communication with GNAT on a Windows-PC
@ 2001-01-16 11:42 Vincent Smeets
  2001-01-16 17:31 ` Chad R. Meiners
       [not found] ` <3A6467BA.58816180@west.raytheon.com>
  0 siblings, 2 replies; 7+ messages in thread
From: Vincent Smeets @ 2001-01-16 11:42 UTC (permalink / raw)


Hallo,

Is there a package for using the serial port on a PC with Windows? I'm
using the GNAT 3.13p compilers.

Thanks,
Vincent

-- Vincent Smeets                 Competence Center Informatik GmbH
-- Tel. : +49-5931-805461         Postfach 1225
-- Fax  : +49-5931-805175         49702 Meppen, Germany
-- EMail: Vincent.Smeets@CCI.de   http://www.CCI.de/
-- PGP fingerprint: 53 1C 3B 6F B6 9A EB 83  B4 7E 25 08 78 BD 5C 2C



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

* Re: Serial communication with GNAT on a Windows-PC
  2001-01-16 11:42 Serial communication with GNAT on a Windows-PC Vincent Smeets
@ 2001-01-16 17:31 ` Chad R. Meiners
  2001-01-17 11:54   ` Vincent Smeets
       [not found] ` <3A6467BA.58816180@west.raytheon.com>
  1 sibling, 1 reply; 7+ messages in thread
From: Chad R. Meiners @ 2001-01-16 17:31 UTC (permalink / raw)


You can try my serial port bindings.  You can download it at:
http://www.adapower.net/~cmeiners/serial/w32serial.zip

"Vincent Smeets" <Vincent.Smeets@CCI.de> wrote in message
news:3A6433B1.3345A1B0@CCI.de...
> Hallo,
>
> Is there a package for using the serial port on a PC with Windows? I'm
> using the GNAT 3.13p compilers.
>
> Thanks,
> Vincent
>
> -- Vincent Smeets                 Competence Center Informatik GmbH
> -- Tel. : +49-5931-805461         Postfach 1225
> -- Fax  : +49-5931-805175         49702 Meppen, Germany
> -- EMail: Vincent.Smeets@CCI.de   http://www.CCI.de/
> -- PGP fingerprint: 53 1C 3B 6F B6 9A EB 83  B4 7E 25 08 78 BD 5C 2C





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

* Re: Serial communication with GNAT on a Windows-PC
       [not found] ` <3A6467BA.58816180@west.raytheon.com>
@ 2001-01-17 11:52   ` Vincent Smeets
  2001-01-17 17:53     ` Ted Dennison
  0 siblings, 1 reply; 7+ messages in thread
From: Vincent Smeets @ 2001-01-17 11:52 UTC (permalink / raw)


Jerry Petrey wrote:
> 
> Here is a serial package from the DFCS Ada Utility repository that I
> modified
> somewhat.  It is not complete but it served my purposes.
> 

Sorry, but for me it isn't complete. I'm missing the package Win32.

-- Vincent Smeets                 Competence Center Informatik GmbH
-- Tel. : +49-5931-805461         Postfach 1225
-- Fax  : +49-5931-805175         49702 Meppen, Germany
-- EMail: Vincent.Smeets@CCI.de   http://www.CCI.de/
-- PGP fingerprint: 53 1C 3B 6F B6 9A EB 83  B4 7E 25 08 78 BD 5C 2C



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

* Re: Serial communication with GNAT on a Windows-PC
  2001-01-16 17:31 ` Chad R. Meiners
@ 2001-01-17 11:54   ` Vincent Smeets
  2001-01-17 15:42     ` Chad R. Meiners
  0 siblings, 1 reply; 7+ messages in thread
From: Vincent Smeets @ 2001-01-17 11:54 UTC (permalink / raw)


"Chad R. Meiners" wrote:
> 
> You can try my serial port bindings.  You can download it at:
> http://www.adapower.net/~cmeiners/serial/w32serial.zip
> 

Hallo,

It looks good, but I have one question: Do I need any additional
libraries that aren't with GNAT?

I have only GNAT installed, not any other development tools.

Thanks,

-- Vincent Smeets                 Competence Center Informatik GmbH
-- Tel. : +49-5931-805461         Postfach 1225
-- Fax  : +49-5931-805175         49702 Meppen, Germany
-- EMail: Vincent.Smeets@CCI.de   http://www.CCI.de/
-- PGP fingerprint: 53 1C 3B 6F B6 9A EB 83  B4 7E 25 08 78 BD 5C 2C



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

* Re: Serial communication with GNAT on a Windows-PC
  2001-01-17 11:54   ` Vincent Smeets
@ 2001-01-17 15:42     ` Chad R. Meiners
  0 siblings, 0 replies; 7+ messages in thread
From: Chad R. Meiners @ 2001-01-17 15:42 UTC (permalink / raw)


It was written using GNAT and I expect that is all you need.

-CRM

"Vincent Smeets" <Vincent.Smeets@CCI.de> wrote in message
news:3A6587F7.74FA95FA@CCI.de...
> "Chad R. Meiners" wrote:
> >
> > You can try my serial port bindings.  You can download it at:
> > http://www.adapower.net/~cmeiners/serial/w32serial.zip
> >
>
> Hallo,
>
> It looks good, but I have one question: Do I need any additional
> libraries that aren't with GNAT?
>
> I have only GNAT installed, not any other development tools.
>
> Thanks,
>
> -- Vincent Smeets                 Competence Center Informatik GmbH
> -- Tel. : +49-5931-805461         Postfach 1225
> -- Fax  : +49-5931-805175         49702 Meppen, Germany
> -- EMail: Vincent.Smeets@CCI.de   http://www.CCI.de/
> -- PGP fingerprint: 53 1C 3B 6F B6 9A EB 83  B4 7E 25 08 78 BD 5C 2C





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

* Re: Serial communication with GNAT on a Windows-PC
  2001-01-17 11:52   ` Vincent Smeets
@ 2001-01-17 17:53     ` Ted Dennison
  2001-01-17 19:13       ` Gerhard Häring
  0 siblings, 1 reply; 7+ messages in thread
From: Ted Dennison @ 2001-01-17 17:53 UTC (permalink / raw)


In article <3A65877E.358647A@CCI.de>,
  Vincent Smeets <Vincent.Smeets@CCI.de> wrote:
> Sorry, but for me it isn't complete. I'm missing the package Win32.

If you are using the Gnat distribution on a Windows PC (as implied by
the thread title), package Win32 should be included. On my system its in
c:\Gnat\Bindings\Win32Ada.

--
T.E.D.

http://www.telepath.com/~dennison/Ted/TED.html


Sent via Deja.com
http://www.deja.com/



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

* Re: Serial communication with GNAT on a Windows-PC
  2001-01-17 17:53     ` Ted Dennison
@ 2001-01-17 19:13       ` Gerhard Häring
  0 siblings, 0 replies; 7+ messages in thread
From: Gerhard Häring @ 2001-01-17 19:13 UTC (permalink / raw)


The win32 bindings are optional during installation. Just reinstall and
be sure to select the win32 bindings :-)

Gerhard

Ted Dennison wrote:
> 
> In article <3A65877E.358647A@CCI.de>,
>   Vincent Smeets <Vincent.Smeets@CCI.de> wrote:
> > Sorry, but for me it isn't complete. I'm missing the package Win32.
> 
> If you are using the Gnat distribution on a Windows PC (as implied by
> the thread title), package Win32 should be included. On my system its in
> c:\Gnat\Bindings\Win32Ada.

-- 
Sorry for the fake email, please use the real one below to reply.
contact: g e r h a r d @ b i g f o o t . d e
web:     http://highqualdev.com



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

end of thread, other threads:[~2001-01-17 19:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-16 11:42 Serial communication with GNAT on a Windows-PC Vincent Smeets
2001-01-16 17:31 ` Chad R. Meiners
2001-01-17 11:54   ` Vincent Smeets
2001-01-17 15:42     ` Chad R. Meiners
     [not found] ` <3A6467BA.58816180@west.raytheon.com>
2001-01-17 11:52   ` Vincent Smeets
2001-01-17 17:53     ` Ted Dennison
2001-01-17 19:13       ` Gerhard Häring

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