Hi!
I want to set or read LPT port bits. Placed Inpout32.dll to script folder. Is there something more should i do?
This should send all LPT data bits to high level?
DllCall( "INPOUT32.dll", "int", "out32", "int",0x378, "int", 255 )
When i launch that, nothing happens, my multimeter still shows 0V on parallel port
0x378 address is right because DIK74 software works without problem + my multimeter shows 3,3V.
OS is WinXP Pro SP2