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: a07f3367d7,603faa0ab50152a0 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.180.97.198 with SMTP id ec6mr1728471wib.5.1358656027896; Sat, 19 Jan 2013 20:27:07 -0800 (PST) Path: o9ni8446wio.1!nntp.google.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.86.MISMATCH!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!border4.nntp.ams.giganews.com!border2.nntp.ams.giganews.com!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!news.panservice.it!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Brian Drummond Newsgroups: comp.lang.ada Subject: Re: from LabView to Ada? HowTo? Date: Sat, 12 Jan 2013 11:07:12 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Injection-Date: Sat, 12 Jan 2013 11:07:12 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="dfff62e1e537b55df42008571c03e0fe"; logging-data="23636"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/DunFcfRj3EUYipip9rgPoCwN3iDVBryg=" User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) Cancel-Lock: sha1:XCqKYmkCAbdmvmWyvqDReJXPSaE= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: 2013-01-12T11:07:12+00:00 List-Id: On Sat, 12 Jan 2013 00:57:59 +0000, Mutek wrote: > Is there a way to use Analog/Digital IO boards with GNU/Linux and > program direct with Ada? >...I mean something closed to what you can do in C when > vendors give you the drivers and the .h to develop direct your > solution... > So how can I do this in Ada? If you have the drivers and header files to let you work in C, then you can work in Ada. The rest depends on the devices you are using (or choosing). Can you pick a small pilot project and re-implement that, or would you have to migrate all-or-nothing? - Brian