Search found 1 match

by jctaz
Mon Feb 09, 2015 5:24 pm
Forum: InpOut32 (x64)
Topic: Bug in hwinterfacedrv.c
Replies: 3
Views: 14777

Bug in hwinterfacedrv.c

HI Phil Nice port of the software. I found and fixed a bug in hwinterfacedrv.c which prevents 32-bit writes from working. The original code and the fix are below: // WRITE_PORT_ULONG(&(lData[0]), lData[1]); //Short 0=Address long 1=Value WRITE_PORT_ULONG((PULONG)address[0], lData[1]); //Short 0=...