in reply to homemade data acquisition
One of the things to keep in mind is that unless you do use a serial port (I'd use Device::SerialPort or Win32::SerialPort if so) or a USB interface (I don't know of any modules, and couldn't find one when I looked), you are going to be programming at the kernel level, as you need access to low level hardware calls, anything else would be too slow, and you run the risk of undersampling, or underflow errors. This is, of course, influenced by the number of channels you are sampling, and at what rates, etc.
It isn't an easy task. I would trust those proprietary drivers before I would try and write my own (and I have had to write them), unless you really know what you're doing.
It's a daunting task, but it might be interesting to attack writing a USB interface for an acquisition system. Which ones, specifically, are you looking at?
C-.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(RhetTbull) Re: Re: homemade data acquisition
by RhetTbull (Curate) on Dec 18, 2001 at 07:35 UTC | |
by cacharbe (Curate) on Dec 18, 2001 at 09:21 UTC | |
|
Re: Re: homemade data acquisition
by Anonymous Monk on Dec 18, 2001 at 05:54 UTC | |
by cacharbe (Curate) on Dec 18, 2001 at 06:11 UTC | |
|
Re: Re: homemade data acquisition
by Anonymous Monk on Dec 18, 2001 at 06:01 UTC |