1 pio_piso, Pio_piso – Omega Vehicle Security OME-PIO-D56 User Manual

Page 41

Advertising
background image

4.1 PIO_PISO

/* ------------------------------------------------------------ */

/* Find all PIO_PISO series cards in this PC system */

/* step 1 : plug all PIO_PISO cards into PC */

/* step 2 : run PIO_PISO.EXE */

/* ------------------------------------------------------------ */

#include "PIO.H"

WORD wBase,wIrq;

WORD wBase2,wIrq2;

int main()

{

int i,j,j1,j2,j3,j4,k,jj,dd,j11,j22,j33,j44;

WORD wBoards,wRetVal;

WORD wSubVendor,wSubDevice,wSubAux,wSlotBus,wSlotDevice;

char c;

float ok,err;

clrscr();

wRetVal=PIO_DriverInit(&wBoards,0xff,0xff,0xff); /*for PIO-PISO*/

printf("\nThrer are %d PIO_PISO Cards in this PC",wBoards);

if (wBoards==0 ) exit(0);

printf("\n-----------------------------------------------------");

for(i=0; i<wBoards; i++)

{

PIO_GetConfigAddressSpace(i,&wBase,&wIrq,&wSubVendor,

&wSubDevice,&wSubAux,&wSlotBus,&wSlotDevice);

printf("\nCard_%d:wBase=%x,wIrq=%x,subID=[%x,%x,%x],

SlotID=[%x,%x]",i,wBase,wIrq,wSubVendor,wSubDevice,

wSubAux,wSlotBus,wSlotDevice);

printf(" --> ");

ShowPioPiso(wSubVendor,wSubDevice,wSubAux);

}

PIO_DriverClose();

}


NOTE: the PIO_PISO.EXE is valid for all PIO/PISO cards. The user can execute
the PIO_PISO.EXE to get the following information:
• List all PIO/PISO cards installed in this PC
• List all resources allocated to every PIO/PISO cards
• List the wSlotBus & wSlotDevice for specified PIO/PISO card identification.

(Refer to Sec. 3.2 for more information)




OME-PIO-D56/OME-PIO-D24 User Manual (Ver.2.1, Oct/2003)

---- 39

Advertising