![]() |
|
|
#11 |
|
Guest
Posts: n/a
|
Re: Driver Unload
Where to put IO port adddress in inf file and what is purpose of
following sections in genport.inf [ WINDDK\3790\src\general\portio\genport.inf ]. [PortIO.LC0] ConfigPriority=DESIRED IOConfig=378-37b(3ff: ; 10 bit decode ranging from 300 - 303[PortIO.LC1] |
|
|
|
#12 |
|
Guest
Posts: n/a
|
Re: Driver Unload
Hmm , just read the "parallel port" thread and i think its gonna work
for me IoConfig=378-37a but do i have to tell inf about interrrupt? which my driver will use , by default system assigns IRQ 7 to LPT1. Thanks in advance. |
|
|
|
#13 |
|
Guest
Posts: n/a
|
Re: Driver Unload
Hi, this is Wolfgang (nwk), who started the "parallel port" thread. I'm curious whether it will work for you. Which OS (W2k, XP) do you use? My .INF file includes: IoConfig=378-37a IRQConfig=7 btw: thanks for your answer to my FAQ question Ali wrote: > Hmm , just read the "parallel port" thread and i think its gonna work > for me > IoConfig=378-37a but do i have to tell inf about interrrupt? which my > driver will use , by default system assigns IRQ 7 to LPT1. > > Thanks in advance. > |
|
|
|
#14 |
|
Guest
Posts: n/a
|
Re: Driver Unload
I am using Microsoft Windows XP [Version 5.1.2600] on built-in EPC
capablity Intel board. Well havn't tried inf file so far but just did a little trick and still observing. I have tried the following steps : *) Control Panel \ System \ Device manager \ ECP Printer Port(LPT1) Now i can atleast see success from CreateFile but WriteFile is never returning back to me;-) waiting for freeze application. Well i'm still not very sure for inf file. The ddk\portio\genport.inf sample loos good to me but don't know how to just say that i want 378 to 37A ports with IRQ 7 and Nothing. NO DMA , or extra ports;-) I'll let you know if it works: I'm using folowing settings, thanks to Don for DevCon clue , really handy stuff and smells Unix machine. l0l ************************************************** ******** ROOT\*PNP0401\PNPBIOS_10 Name: ECP Printer Port (LPT Driver is running. 1 matching device(s) found. ************************************************** ********* ROOT\*PNP0401\PNPBIOS_10 Name: ECP Printer Port (LPT1) Device is currently using the following resources: IO : 0378-037f IO : 0778-077a DMA : 3 IRQ : 7 |
|
|
|
#15 |
|
Guest
Posts: n/a
|
Re: Driver [Parallel Port ]
Forget to paste:
Can't see my driver file here but it can be seen in GUI from device manager >devcon driverfiles =ports ROOT\*PNP0401\PNPBIOS_10 Name: ECP Printer Port (LPT1) Driver installed from c:\windows\inf\msports.inf [EcpPort]. 1 file(s) used b y driver: C:\WINDOWS\system32\DRIVERS\parport.sys I can see me "loopback" driver here >devcon stack =ports ROOT\*PNP0401\PNPBIOS_10 Name: ECP Printer Port (LPT1) Setup Class: {4D36E978-E325-11CE-BFC1-08002BE10318} Ports Class upper filters: loopback Controlling service: Parport |
|
|
|
#16 |
|
Guest
Posts: n/a
|
Re: Driver Unload
Hi
The loopback parallel port device is not getting recognized by PnP driver in WINXP. The driver is an upper filer and gets intalled using a registry script as shown above by "Ali". Even, Found new hardware is also not recognizing the loopback device. Any help? I have enabled use any interrupt assigned to this port and legacy plug and play support. Thanks in advance. |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
< Windows Help - MS Office Help - Hardware Support >
| New To Site? | Need Help? |