DEMOS
========================

TABLE OF CONTENTS:

  I. How to Run Win, Dos
  II. How to Run Linux, QNX

I. How to Run Win, Dos
=======================
To run the demo programs in win9x or winNT, copy the *.dll to the same directory as the 
*.exe files. Then run by double clicking the *.exe files. 

For DOS, run the *.exe 

Linux/QNX Release Notes
=========================
Included are the make files for the following files

- DSCADAutoCal.c		:	The source file for performing ad autocal

- DSCDAAutoCal.c		:	The source file for performing da autocal

- DSCADSample.c			:	The source file for performing ad sampling

- DSCADScan.c			:	The source file for performing ad scan

- DSCADSampleInt.c		:	The source file for performing ad sample interrupts

- DSCADScanInt.c		:	The source file for performing ad scan interrupts

- DSCDAConvert.c		:	The source file for performing da convert

- DSCDAConvertScan.c		:	The source file for performing da convert scan

- DSCDAConvertScanInt.c		:	The source file for performing da convert scan interrupts

- DSCDIOFunctions		:	The source file for performing dio

- Makefile			: 	The make file to compile all the source files.

To compile DSCADAutoCal type "make adautocal"
To compile DSCDAAutoCal type "make daautocal"
To compile DSCADSample type "make sample"
To compile DSCADScan type "make scan"
To compile DSCASampleInt type "make sampleint"
To compile DSCADScanInt type "make scanint"
To compile DSCDAConvert type "make convert"
To compile DSCDAConvertScan type "make convertscan"
To compile DSCDAConvertScanInt type "make convertscanint"
To compile DSCDIOFunctions type "make dio"

To comiple all, type "make all"


For questions about DSCUD API, please refer to DSCUD manual at www.diamondsystems.com/suppport/techliterature
