comp.lang.ada
 help / color / mirror / Atom feed
* Serial I/O
@ 2005-06-16 20:12 saxyg2004
  2005-06-16 21:56 ` David Hoos
  0 siblings, 1 reply; 8+ messages in thread
From: saxyg2004 @ 2005-06-16 20:12 UTC (permalink / raw)


I was wondering how I would set up a program that would allow a
computer to send information through a serial port.  When the open or
create command and reference the serial port I get a name error while
compileing.  I am guessing that this is caused by me not initializing
the port. How would I be able to initilize the serial ports, or what
functions would i have to use?

thanks
    ~Seth




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

* Re: Serial I/O
  2005-06-16 20:12 Serial I/O saxyg2004
@ 2005-06-16 21:56 ` David Hoos
  2005-06-20  0:48   ` saxyg2004
  0 siblings, 1 reply; 8+ messages in thread
From: David Hoos @ 2005-06-16 21:56 UTC (permalink / raw)
  To: saxyg2004; +Cc: comp.lang.ada

What OS and compiler are you using?

The language itself does not support configuration of serial ports, but
it can be done with various open-source bindings, depending on
compiler and OS.

----- Original Message ----- 
From: <saxyg2004@gmail.com>
Newsgroups: comp.lang.ada
To: <comp.lang.ada@ada-france.org>
Sent: Thursday, June 16, 2005 3:12 PM
Subject: Serial I/O


>I was wondering how I would set up a program that would allow a
> computer to send information through a serial port.  When the open or
> create command and reference the serial port I get a name error while
> compileing.  I am guessing that this is caused by me not initializing
> the port. How would I be able to initilize the serial ports, or what
> functions would i have to use?
> 
> thanks
>    ~Seth
> 
> _______________________________________________
> comp.lang.ada mailing list
> comp.lang.ada@ada-france.org
> http://www.ada-france.org/mailman/listinfo/comp.lang.ada
> 
>




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

* Re: Serial I/O
  2005-06-16 21:56 ` David Hoos
@ 2005-06-20  0:48   ` saxyg2004
  2005-06-20  1:29     ` David C. Hoos, Sr.
  0 siblings, 1 reply; 8+ messages in thread
From: saxyg2004 @ 2005-06-20  0:48 UTC (permalink / raw)


gnat, I think




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

* Re: Serial I/O
  2005-06-20  0:48   ` saxyg2004
@ 2005-06-20  1:29     ` David C. Hoos, Sr.
  2005-06-20 22:01       ` Stephen
                         ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: David C. Hoos, Sr. @ 2005-06-20  1:29 UTC (permalink / raw)
  To: saxyg2004; +Cc: comp.lang.ada

Well,  now we have a guess at an answer to one of my questions;
you think the compiler is gnat.

Can you hazard a guess as to what operating system (the second
part of my question) you have?

----- Original Message ----- 
From: <saxyg2004@gmail.com>
Newsgroups: comp.lang.ada
To: <comp.lang.ada@ada-france.org>
Sent: June 19, 2005 7:48 PM
Subject: Re: Serial I/O


> gnat, I think
> 
> _______________________________________________
> comp.lang.ada mailing list
> comp.lang.ada@ada-france.org
> http://www.ada-france.org/mailman/listinfo/comp.lang.ada
> 
>



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

* Re: Serial I/O
  2005-06-20  1:29     ` David C. Hoos, Sr.
@ 2005-06-20 22:01       ` Stephen
  2005-06-20 22:02       ` Stephen
  2005-06-22 12:53       ` saxyg2004
  2 siblings, 0 replies; 8+ messages in thread
From: Stephen @ 2005-06-20 22:01 UTC (permalink / raw)



David C. Hoos, Sr. wrote:
> Well,  now we have a guess at an answer to one of my questions;
> you think the compiler is gnat.
>
> Can you hazard a guess as to what operating system (the second
> part of my question) you have?

Oh for goodness sake... Let's take a stab in the dark and assume
GNAT+Windows, in which case the following link might help:

   http://www.martincarlisle.com/ada_stuff.html

The link contains "a binding to use the serial port under Windows
95/98/NT". If the assumption is not correct, we can continue on with
"twenty questions".

Stephen




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

* Re: Serial I/O
  2005-06-20  1:29     ` David C. Hoos, Sr.
  2005-06-20 22:01       ` Stephen
@ 2005-06-20 22:02       ` Stephen
  2005-06-22 12:55         ` saxyg2004
  2005-06-22 12:53       ` saxyg2004
  2 siblings, 1 reply; 8+ messages in thread
From: Stephen @ 2005-06-20 22:02 UTC (permalink / raw)



David C. Hoos, Sr. wrote:
> Well,  now we have a guess at an answer to one of my questions;
> you think the compiler is gnat.
>
> Can you hazard a guess as to what operating system (the second
> part of my question) you have?

Oh for goodness sake... Let's take a stab in the dark and assume
GNAT+Windows, in which case the following link might help:

   http://www.martincarlisle.com/ada_stuff.html

The link contains "a binding to use the serial port under Windows
95/98/NT". If the assumption is not correct, we can continue on with
"twenty questions".

Stephen




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

* Re: Serial I/O
  2005-06-20  1:29     ` David C. Hoos, Sr.
  2005-06-20 22:01       ` Stephen
  2005-06-20 22:02       ` Stephen
@ 2005-06-22 12:53       ` saxyg2004
  2 siblings, 0 replies; 8+ messages in thread
From: saxyg2004 @ 2005-06-22 12:53 UTC (permalink / raw)


Unix, solaris 8, but it will eventually have to be converted to a
windows machine once I  get a compiler for it.




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

* Re: Serial I/O
  2005-06-20 22:02       ` Stephen
@ 2005-06-22 12:55         ` saxyg2004
  0 siblings, 0 replies; 8+ messages in thread
From: saxyg2004 @ 2005-06-22 12:55 UTC (permalink / raw)


thanks for the link




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

end of thread, other threads:[~2005-06-22 12:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-16 20:12 Serial I/O saxyg2004
2005-06-16 21:56 ` David Hoos
2005-06-20  0:48   ` saxyg2004
2005-06-20  1:29     ` David C. Hoos, Sr.
2005-06-20 22:01       ` Stephen
2005-06-20 22:02       ` Stephen
2005-06-22 12:55         ` saxyg2004
2005-06-22 12:53       ` saxyg2004

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