The directory of PCI-180X as follows:

  BC---Driver
     |	 P180XBCL.LIB	<--- Large mode library for Borland C++
     |	 P180XBCH.LIB	<--- Huge mode library for Borland C++
     |	 IOPORTL.LIB	<--- Large mode quad Bytes I/O library for Borland C++
     |	 IOPORTH.LIB	<--- huge mode quad Bytes I/O library for Borland C++
     |
     |-Lib
     |	 P180XDR.C	<--- Library source code
     |	 P180XDR.H	<--- include file for P180XDR.C
     |
     |--Demo
	 demo*.c	<--- all demo program source code
	 demo*.prj	<--- all demo program project file


  TC---Driver
     |	 P180XTCL.LIB	<--- Large mode library for Turbo C
     |	 P180XTCH.LIB	<--- Huge mode library for Turbo C
     |	 IOPORTL.LIB	<--- Large mode quad Bytes I/O library for Turbo C
     |	 IOPORTH.LIB	<--- huge mode quad Bytes I/O library for Turbo C
     |
     |-Lib
     |	 P180XDR.C	<--- Library source code
     |	 P180XDR.H	<--- include file for P180XDR.C
     |
     |--Demo
	 demo*.c	<--- all demo program source code
	 demo*.prj	<--- all demo program project file


  MSC---Driver
      |   P180XMCL.LIB	 <--- Large mode library for MSC
      |   P180XMCH.LIB	 <--- Huge mode library for MSC
      |   IOPORTL.LIB	 <--- Large mode quad Bytes I/O library for MSC
      |   IOPORTH.LIB	 <--- huge mode quad Bytes I/O library for MSC
      |
      |-Lib
      |   P180XDR.C	 <--- Library source code
      |   P180XDR.H	 <--- include file for P180XDR.C
      |
      |--Demo
	  demo*.c	 <--- all demo program source code
	  make*.bat	 <--- batch file to make .exe


------------------- demo1 & demo2 ---------------------------
. D/I/O, D/A, A/D polling, general test
. demo1 --> for single board, demo2 --> for two board


------------------- demo3 & demo4 ---------------------------
. A/D software-trigger and pacer-trigger demo
. demo3 --> for single board, demo4 --> for two board


------------------- demo5 & demo6 ---------------------------
. M_Function_1 demo
. demo5 --> for single board, demo6 --> for two board
------------------- demo7 & demo8 ---------------------------
. M_Function_2 demo
. demo7 --> for single board, demo8 --> for two board
------------------- demo9 & demo10 --------------------------
. M_Function_3 demo
. demo9 --> for single board, demo10 --> for two board


------------------- demo11 & demo12 -------------------------
. MagicScan function demo
. demo11 --> for single board, demo12 --> for two board


------------------- demo13 -------------------------
. Continuous capture function demo
. demo13 --> for single board


------------------- demo15 ----------------------------------
. D/I/O test for board number identification
. demo13 --> for single board, demo14 --> for two board


------------------- demo16 ----------------------------------
. Performance evaluation for single board


------------------- demo17 ----------------------------------
. MagicScan demo1 for single board, scan sequence=4->3->5
------------------- demo18 ----------------------------------
. MagicScan demo2 for single board, scan 32 channel, show 0/1/15/16/17


------------------- demo19 ----------------------------------
. A/D Calibration for single board
Note: Each PCI-180x Series card is already fully calibrated when shipped from the factory,
so it is usually unnecessary to calibrate the board again unless the accuracy is lost.


------------------- demo29 [BC/TC only]----------------------
. MagicScan Testing for one board
------------------- demo30 [BC/TC only]----------------------
. Pacer Triger testing for single board
------------------- demo31 [BC/TC only]----------------------
. Polling testing for single board
------------------- demo32 [BC/TC only]----------------------
. Monitoring the incoming data when continous capture


