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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,626adea38b8f3795 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news4.google.com!news.glorb.com!bigfeed.bellsouth.net!bignumber.bellsouth.net!news.bellsouth.net!bignews6.bellsouth.net.POSTED!84c79386!not-for-mail Reply-To: "David C. Hoos, Sr." From: "David C. Hoos, Sr." Newsgroups: comp.lang.ada References: <1137064603.511214.26700@g14g2000cwa.googlegroups.com> Subject: Re: How to write a driver with Ada X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-RFC2646: Format=Flowed; Original Message-ID: X-Complaints-To: abuse@bellsouth.net X-Abuse-Info: Please forward a copy of all headers for proper handling X-Trace: ofjmidbaofeaohdodbdpiflmbcekedmfhojhikkbagflhcbojjibmkegipjnkihpgbjobeffmhkkfbakcnchfbeoobgfiofadfpcjnifmnlmmhfgakngmmneimggmmdkciddogfpgnhmflkkhehcdhhbhchfnlhm NNTP-Posting-Date: Thu, 12 Jan 2006 07:05:27 EST Organization: BellSouth Internet Group Date: Thu, 12 Jan 2006 06:08:03 -0600 Xref: g2news1.google.com comp.lang.ada:2483 Date: 2006-01-12T06:08:03-06:00 List-Id: This depends upon the Operating System under which you're running, and whether you want to create true device driver for that OS, or merely want to access the hardware through the OS's existing drivers in a particular Ada application you're writing. "ada_develop" wrote in message news:1137064603.511214.26700@g14g2000cwa.googlegroups.com... > Anybody knows where I can get information about hardware low-level > programming with Ada? I want information of how to access to the Pc > hardware (RS232, Parallel port) using Ada only. It could be very > helpfull to see some examples of how to do it. If there is nothing on > the web, can anybody recommends me some book that tells how? > > Thanks. >