I have changed INF file of general\portio driver which is shipped with
XP DDK.
I have just just changed the ports configuration in INF file for
accessing the ECP (LPT1) printer port of my machine though before
installation I manually changed system assigned resources of ECP (LPT1)
port which were assigned by OS to avoide any confilict.
CHANGES that I've made in INF file to drive the ECP port by
genport.sys
[PortIO.LC0]
ConfigPriority=DESIRED
IOConfig=378-37b(3ff::) ; 10 bit decode ranging from 378 - 37B
Now every thing works fine as far as I'm using genport.sys to
read\write the printer port but don't know why my existing driver is
not working any more , any idea? My old driver use same port addresses.