Question

I am making a windows upper filter driver for serial and parallel ports.
I want to test it in a virtual machine and I need some sort of software that can simulate communication over these ports with the VM. Any hints?

Was it helpful?

Solution

VirtualBox 4 can emulate a serial port on the emulated system and write to e.g. a named pipe. Using (VMWareGateway, you can proxy this to a network port. Then use ncat or whichever tool you want to play with the connection...

As for parallel ports, VirtualBox doesn't support this, but IIRC, apparently there was some code started for parallel support. You might want to search the forums at the virtualbox site.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top