Antonio, i will use this function for 32 bit. But not functioning. Can you please help me to rewrite for 32 bit? I am using a kernel-driver for direct access to ports.
Antonio, i will use this function for 32 bit. But not functioning. Can you please help me to rewrite for 32 bit? I am using a kernel-driver for direct access to ports.
Antonio, I use this for driving a stepper-motor over the parallel-port.
A source for such kernel-mode-driver you found on:
You could try
DLL FUNCTION Out32( nPort AS LONG, nValue AS LONG ) AS VOID LIB "InpOut32.DLL"
DLL FUNCTION In32( nPort AS LONG ) AS LONG LIB "InpOut32.DLL"