I have PCI_DIO_96 board which is a 96 IO board; 
How can I make the IO Lines go down 0V because they are 3V on power on.... 
i want to test my driver if it works...
those lines i say typically are PPIA, PPIB, PPIC, PPID IO lines respectively...
but for simplicity i'll just test PPIA Port A IO lines (8-bit) and their names in
connector (PINS ITSELF) are APA0 - APA7, pins 47,45,43,41,39,37,35,33
those pins when tested using Multimeter is 3V. 
if i am able to make it 0V, i am done with this board (im just trying to develop drivers).
my has all the function needed to configure the board and access board registers....
like:
>> Write ti PPI A PortA, B and C registers
    and other PPI
>> Read those registers
>> Write to Counter0 and Counter1 and Config Registers
>> Write to Interrupt Registers (Register1 and Register2 and Interrup_Clear) 
with all the power to control the hardware ... i dont know what to do... hehe
ex. do i have to write something to the Interrupt Control Registers or just 
send 0x9B to PPIA Configuration (9B = 10011011b; makes all PPI all inputs ) or send 0x00 there also to make all PPI (coz DIO96 has four PPI).
hehe, this is really a big problem.
above all i just want to make some pins down to 0V using registers.
like NIDAQ Measurement Automation Explorer (MAX), official driver-software 
for this board can do.
					
				
			
			
				
	a journey of a thousand miles is started by taking the first step. 
- chinese proverb