I use win2k DDK to build the PORTIO sample in DDK successfully. But
something is wrong when I use the gpdread and gpdwrite to test the driver.
I use command line "GpdWrite -b 1 2" to write the number 2 to assigned 'base
port address + 1', and then "GpdRead -b 1 "to read out. But the number read
out is always 0xFF.
I also tested writing a number every 1000 milliseconds and reading every 600
millisecond, but the read-out number kept 0xFF.
what does the sample mean?
could you tell me why?
Softice driver suite(driverworks) contains similar sample, things are same.
____________________________________________________________________________
_________________________
Test OS: win2000 server
Develop Environment: win2k ddk, visual studio 6.0 sp5