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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9bdd666589befb0f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news4.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!atl-c08.usenetserver.com!news.usenetserver.com!pc02.usenetserver.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Palatable Windows IO using Ada References: <1144369304.698267.277640@u72g2000cwu.googlegroups.com> From: Stephen Leake Date: Fri, 07 Apr 2006 06:55:29 -0400 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:WKyEjq8JR4ls228Oc0hkFwKC0ZE= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: da3cc4436452ae73ae4a429492 Xref: g2news1.google.com comp.lang.ada:3746 Date: 2006-04-07T06:55:29-04:00 List-Id: "Le" writes: > I are looking for Ada package(s) which make Windows serial IO more > palatable for varying length asynchronous inputs. http://www.toadmail.com/~ada_wizard/ada/win32_com_ports.zip provides a simple low-level binding to read and write serial ports, including asynchronous. I haven't tried it on Windows XP. -- -- Stephe