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.3 required=5.0 tests=BAYES_00,INVALID_MSGID 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: whasan@cyberoffice.com (Wasiq Hasan) Subject: Re: how to access Serial port in ada? Date: 1996/11/22 Message-ID: <574qj2$dht@ultra.exodus.net>#1/1 X-Deja-AN: 198108526 references: <01bbd701$db4b39a0$05894fce@Li'sComputer.cyberoffice.com> <3294932E.56BC@thomsoft.com> <3295AF99.348B@gsfc.nasa.gov> content-type: Text/Plain; charset=US-ASCII organization: Netinfo Inc mime-version: 1.0 newsgroups: comp.lang.ada Date: 1996-11-22T00:00:00+00:00 List-Id: >> >> 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 Thank You Mr.Stephen I just connected an external device connected to serial port to read temprature. I wrote a small program (20 lines)in QBASIC to read the input. I have a student version of ObjectADA for win95 therefor I jsut wanted to convert this QBASIC progarm to ADA under win95. anyway thankyou again for your advice.