Yesterday, the following worked, today only port 0 works. What happened???
#define DIO96 1 //located in diocommo.h
mode = 0;//no handshake
dir = 1; //output port
for(int i=0;i<12;i++)
status = DIG_Prt_Config(DIO96,port,mode,dir);
port 0 (status = 0)
ports 1-11 (status = -10007)
bookieb