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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,90e68bedbc7e7ae1 X-Google-Attributes: gid103376,public From: Stephen Leake Subject: Re: how to access Serial port in ada? Date: 1996/11/22 Message-ID: <3295AF99.348B@gsfc.nasa.gov>#1/1 X-Deja-AN: 198071417 references: <01bbd701$db4b39a0$05894fce@Li'sComputer.cyberoffice.com> <3294932E.56BC@thomsoft.com> content-type: text/plain; charset=us-ascii organization: NASA Goddard Space Flight Center -- Greenbelt, Maryland USA mime-version: 1.0 reply-to: Stephen.Leake@gsfc.nasa.gov newsgroups: comp.lang.ada x-mailer: Mozilla 3.0 (Win95; U) Date: 1996-11-22T00:00:00+00:00 List-Id: Dave Wood wrote: > > Li Li wrote: > > > > I have ObjectAda student version. which runs under win95 and creates > > console applications. > > > > How can i access serial port in ObjectAda. > > Write a device driver. > If this is the best ObjectAda and Alsys/Thompson/Aonix (I wish they'd stop changing names!) can do, I'm certainly not giving them my money! Surely you can access the Windows 95 comm port driver? Under Windows 3.1 and Borland C++, there was a binding to the Windows API functions for the serial port (OpenComm, ReadComm, WriteComm). Surely ObjectAda can provide a binding to these functions for Windows 95!? Granted, Li Li didn't say what s/he wanted to do with the serial port, but it is VERY likely that the Windows 95 comm driver will suffice! Telling a newcomer to go write a device driver is NOT the way to market your company! -- - Stephe