From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Jackel Date: Tue, 16 May 2006 10:43:43 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: news Subject: [Xenomai-help] [RTDM] best strategy for periodic reading List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: xenomai@xenomai.org Hello, I'm writing a driver for a A/D converter with a multiplexer. I want to access it with software controlled conversion. The controller has 15 Inputs. I've to set a few Bits to select the Channel that I want to read from and to start the conversion. I want to access different channel with a different frequency. At the moment I try to do this with different realtime-tasks started from the "read_rt" function (rtdm_task_init). Is this the best way or is there something more elegant? Thanks Maggo