I wrote the python scripts using Bryan Cole's comedi wrappers.  I
followed the instructions provided by him to generate the comedi
python module.

I then produced the three following scripts:

ll_info.py:

	This script emulates the comedilib/demo/info program

ll_cmd.py:

	This script emulates the comedilib/demo/cmd program

ll_mmap.py:

	This script emulates the comedilib/demo/mmap program with the
	added twist that the output is saved to a binary log file.
	This file can be accessed using a variety of means including a
	sample octave script <stream_readme3.m> which is provided.  I
	have also included a sample binary data file <stream_log.bin>.
	This file was produced with the ll_mmap.py script with the
	following inputs:

	ch0	+5V dc
	ch1	GND
	ch2	+/-10V sine wave @ 100Hz
	ch3	GND


As usual, comments are always welcome.

Luc Lefebvre <luc.lefebvre@mcgill.ca>
McGill University

29 May, 2003