Virtual parallel port emulator
In my computer networks course we are supposed to learn parallel port programming by using the native registers (like using outportb like commands). I don't have a parallel port (because I live in 2011) but want to practice the programs (I installed the old turboc 3 IDE using dosbox). Is there a program which emulates parallel ports like this program emulates serial ports? Since the environment is fake anyway, i.e. you don't have an actual port to play with, you could just as well emulate the port functionality in your program. Here's how to do it in Windows using Structured Exception Handling