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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,1e21dc55d506e662 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!postnews.google.com!x1g2000prh.googlegroups.com!not-for-mail From: Anh Vo Newsgroups: comp.lang.ada Subject: Re: GNAT.Serial_Communications ? Date: Fri, 20 Jun 2008 05:41:14 -0700 (PDT) Organization: http://groups.google.com Message-ID: <010bf22e-4092-4bd6-ae85-140b40dcbfc0@x1g2000prh.googlegroups.com> References: <4d081d5f-0aca-446b-a90e-cf5ad71ce9e4@59g2000hsb.googlegroups.com> NNTP-Posting-Host: 69.232.228.40 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1213965675 9092 127.0.0.1 (20 Jun 2008 12:41:15 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 20 Jun 2008 12:41:15 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x1g2000prh.googlegroups.com; posting-host=69.232.228.40; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:779 Date: 2008-06-20T05:41:14-07:00 List-Id: On Jun 20, 3:34 am, Tomek Walkuski wrote: > Hi group, > > I want to communicate with serial port in Ada. What is the best choice > in your opinion? GNAT.Serial_Communications? Where can I find any > documentation about this (GCC GNAT Reference Manual says nothing about > this)? Did you try the GCC GNAT User's Guide or read the self-documented code package GNAT.Serial_Communications? AV