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=0.5 required=5.0 tests=BAYES_05,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,3fd3b2dc85444cfc,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail From: "saxyg2004@gmail.com" Newsgroups: comp.lang.ada Subject: Serial I/O Date: 16 Jun 2005 13:12:20 -0700 Organization: http://groups.google.com Message-ID: <1118952740.420043.292960@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: 151.190.254.106 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1118952746 24512 127.0.0.1 (16 Jun 2005 20:12:26 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 16 Jun 2005 20:12:26 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=151.190.254.106; posting-account=W7a11A0AAACn0lDUEGHIrp5VQVSumcI_ Xref: g2news1.google.com comp.lang.ada:11427 Date: 2005-06-16T13:12:20-07:00 List-Id: 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