开发者

serial (and/or parallel) port communication simulation with virtual machine

I am making a windows开发者_JAVA技巧 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?


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜