First things first.
VirtualBox version:
- -4.3.6
- -Host: Drone - Win8.1 64bit - 8GB Ram - >300GB disc
-Guest: WinXP - Win7 32bit - 512MB Ram - 10GB disc
I want to run a DOS program that uses the LPT1 port on my computer to verificate the license.
I've been trying and searching for a while, but it still not works. For testing purpose i've got a parallel port label printer.
How can i redirect or pass on the parallel code to my printer/ verification device?
Used VirtualBox commands:
Code: Select all
VBoxManage modifyvm WinXP --lpt1 0x378 3
VBoxManage modifyvm WinXP --lptmode1 "LPT1:"
- I/O range: 0378 - 037F
I/O range: 0778 - 077F
DMA: 03
Before starting my VirtualBox i can print a testpage in Win8.1, but while running or after running the VirtualBox I can't print anymore.
Thanks in advance!
The Mad Prof