[556] in linux-announce channel archive
Analog Devices ADC Board Code
daemon@ATHENA.MIT.EDU (Lars Wirzenius)
Tue May 9 12:17:27 1995
Date: Tue, 9 May 1995 16:52:16 +0300
From: Lars Wirzenius <wirzeniu@cc.helsinki.fi>
To: linux-activists@niksula.hut.fi, linux-announce@vger.rutgers.edu
X-Mn-Key: announce
From: gpg109@anu.edu.au (Paul Gortmaker)
Newsgroups: comp.os.linux.announce
Subject: Analog Devices ADC Board Code
Organization: Australian National University
Summary: User space code to pull values off of analog devices ADC board
Keywords: RTI-800 ADC DAC sample experimental scientific lab
Approved: linux-announce@news.ornl.gov (Lars Wirzenius)
Followup-to: comp.os.linux.development.apps
I have hacked together some code (nothing pretty) that allows
one to collect data off of an Analog Devices RTI-800/815 ADC/DAC board.
These are full length 8 bit cards that have multiple ADC input channels,
and multiple DAC outputs.
The code runs completely in user space without any kernel patches. These
cards also support more advanced features like interrupt generation
and DMA, but that would require the code to run in kernel space. At
present it uses polled PIO mode, and only uses the ADC as our
lab application doesn't require the DAC channels. (Note that adding
DAC support would be trivial, as these cards are super-simple to run.)
As I doubt that there will be a large interest in this sort of stuff,
I am not uploading it anywhere -- mail me if you are interested.
Paul.
--
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember Keywords: and a short description of the software.