From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, STOX_REPLY_TYPE autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Thread: 103376,3fd3b2dc85444cfc X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news2.google.com!proxad.net!usenet-fr.net!news.enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: "David Hoos" Newsgroups: comp.lang.ada Subject: Re: Serial I/O Date: Thu, 16 Jun 2005 16:56:15 -0500 Organization: Cuivre, Argent, Or Message-ID: References: <1118952740.420043.292960@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Trace: melchior.cuivre.fr.eu.org 1118959002 35467 212.85.156.195 (16 Jun 2005 21:56:42 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Thu, 16 Jun 2005 21:56:42 +0000 (UTC) Cc: comp.lang.ada@ada-france.org To: Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: g2news1.google.com comp.lang.ada:11432 Date: 2005-06-16T16:56:15-05:00 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: Newsgroups: comp.lang.ada To: 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 > >