Open Source
adc.txt
Associated article: A Data Acquisition System for Linux
Tags: Open Source
Published source code accompanying the article by Dhananjay V. Gadre and Sunu Engineer in which they present a general-purpose data-acquisition system for Linux that can be connected to the PC's parallel port to record eight channels of analog voltage. Also see ADC.ZIP.
A Data Acquisition System for Linux by Dhananjay V. Gadre and Sunu Engineer Listing One /* testport.c */ /* compile as: gcc -O testport.c */ /* Execution is possible only as a superuser*/ #include <asm/io.h> #include <asm/segment....


