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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9f418405f73c8adb X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-17 12:36:51 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!nntp-relay.ihug.net!ihug.co.nz!logbridge.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: ADA Hardware Interfacing Date: 17 Nov 2003 15:32:43 -0500 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: <3fb92279$1_1@news.tm.net.my> NNTP-Posting-Host: shevek.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1069101421 22198 128.183.235.101 (17 Nov 2003 20:37:01 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 17 Nov 2003 20:37:01 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Xref: archiver1.google.com comp.lang.ada:2588 Date: 2003-11-17T20:37:01+00:00 List-Id: "Norbert Liew" writes: > Help, need info on hardware interfacing. > > Since ADA suppose to be a stable real time language, appreciate anyone here > knows where I can get more information on hardware interfacing with ADA. It depends very much on what hardware and operating system you have. For example, I'm using commercial PCI boards that do D/A, A/D, serial and parallel IO, and 1553 bus. Since I'm using the Lynx operating system, I have to write the OS drivers myself; then I can talk to the device drivers from my Ada program. -- -- Stephe ps. Please spell it "Ada", not "ADA". It's a person's name, not an acronym.