Specific card that can give LPT1 at 378?

  • Thread starter Thread starter njem
  • Start date Start date
N

njem

Does anyone know of a PCI card that gives a parallel port (a first
port, the system doesn't have one) and which can reside at the old
default address of 378? The one card I was able to get can give an
LPT1 but at an address of A400 and my old security dongle can't seem
to find that.

Thanks
 
njem said:
Does anyone know of a PCI card that gives a parallel port (a first
port, the system doesn't have one) and which can reside at the old
default address of 378? The one card I was able to get can give an
LPT1 but at an address of A400 and my old security dongle can't seem
to find that.

Thanks

Browse monoprice.com or newegg.com
 
njem said:
Does anyone know of a PCI card that gives a parallel port (a first
port, the system doesn't have one) and which can reside at the old
default address of 378? The one card I was able to get can give an
LPT1 but at an address of A400 and my old security dongle can't seem
to find that.

Thanks


WinXP does not allow any software applications to directly address
hardware resources, such as serial or parallel ports. This behavior is
by design and is one of the reasons the WinNT family of operating
systems is so much more stable than Win9x. For a hardware security
dongle to work on these operating systems, very specific device drivers
must be provided by the application's manufacturer.

Before wasting anymore time, money, or effort, contact the
manufacturer of the application to see if any updates, patches, or
upgrades are available. If the application's manufacturer will not (or
cannot because they no longer exist) provide you with a patch, new
device driver, or product to render this legacy application
Win2K/XP-compatible, you have little choice other than to replace it, or
continue using the OS for which it was designed. Alternatively, you'll
need to acquire a newer version of your application that is designed
specifically for Win2K/XP.


--

Bruce Chambers

Help us help you:


http://support.microsoft.com/default.aspx/kb/555375

They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. ~Benjamin Franklin

Many people would rather die than think; in fact, most do. ~Bertrand Russell

The philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.
~ Denis Diderot
 
WinXP does not allow any software applications to directly address
hardware resources, such as serial or parallel ports. This behavior is
by design and is one of the reasons the WinNT family of operating
systems is so much more stable than Win9x. For a hardware security
dongle to work on these operating systems, very specific device drivers
must be provided by the application's manufacturer.

Before wasting anymore time, money, or effort, contact the
manufacturer of the application to see if any updates, patches, or
upgrades are available. If the application's manufacturer will not (or
cannot because they no longer exist) provide you with a patch, new
device driver, or product to render this legacy application
Win2K/XP-compatible, you have little choice other than to replace it, or
continue using the OS for which it was designed. Alternatively, you'll
need to acquire a newer version of your application that is designed
specifically for Win2K/XP.

This may help. Google for "io.dll". Freely available i/o driver for
WinNT/2K/XP. Associated text provides good background info.
 
Bruce Chambers said:
WinXP does not allow any software applications to directly address
hardware resources, such as serial or parallel ports. This behavior is
by design and is one of the reasons the WinNT family of operating systems
is so much more stable than Win9x. For a hardware security dongle to work
on these operating systems, very specific device drivers must be provided
by the application's manufacturer.

Before wasting anymore time, money, or effort, contact the
manufacturer of the application to see if any updates, patches, or
upgrades are available. If the application's manufacturer will not (or
cannot because they no longer exist) provide you with a patch, new device
driver, or product to render this legacy application Win2K/XP-compatible,
you have little choice other than to replace it, or continue using the OS
for which it was designed. Alternatively, you'll need to acquire a newer
version of your application that is designed specifically for Win2K/XP.

This has become a major PITA. It might be worth trying a USB to parallel
port adaptor. These come with drivers that intercept the call to the addres
378 and redirect to the driver which then handles the access as though it is
to a real address. The extent to which the driver succeeds varies wildly
from one device to the next, and some software is designed to spot if its
calls to the dongle are redirected. It probably won't work - but it just
might.
 
Back
Top