Hi,
there are two parts to Mach, the GUI and Gcode interpreter and the Mach3 parallel port motion controller.
From your description the GUI/Interpretor is installed and working but not the parallel port.
May I suggest open the PC's Device Manager and see if Mach's parallel port driver is listed. If it is remove it.
When you run DriverTest.exe it should re-install the driver.
This is from the Mach3 Installation Guide, if you have not rebooted during the installation of the parallel port driver then it describes
your problem:
2.1.3 The Vital Reboot
You must reboot Windows before running Mach3. This reboot is vital. If you do not do it, you will get
into great difficulties which can only be overcome by using the Windows Control Panel to uninstall the
driver manually. So please reboot now.
If you are interested in knowing why the reboot is required, then read on. If not, you can skip to Section
2.2.
Although Mach3 will appear to be a single program when you are using it, it actually consists of two
parts: a driver, which is installed as part of Windows like a printer or network driver, and a graphical
user interface (GUI).
The driver is the most important and ingenious part. Mach3 must be able to send very accurately timed
signals to control the axes of the machine tool. Windows likes to be in charge. It runs normal user programs
when it has nothing better to do itself. Because Mach3’s operation is so time-critical, it cannot
be a “normal user program.” It must be at the lowest level inside Windows (that is, it handles interrupts).
Furthermore, to do this at the high speeds possibly required (each axis may be given attention
up to 100,000 times per second), the driver needs to tune its own code. Windows does not approve of
this (it's a trick that viruses play), so it has to be asked to give special permission. This process requires
the reboot. So if you have not done the re-boot, then Windows will give the Blue Screen of Death and
the driver will be corrupt. The only way out of this is to manually remove the driver.
Having given these dire warnings, it is only fair to say that the reboot is required only when the driver
is first installed. If you update your system with a newer version, then the reboot is not vital. The
install sequence does, however, still ask you to do it. Windows XP boots reasonably quickly, so it is
not much hardship to do it every time.
Craig