The Null-modem emulator (com0com) is an open source kernel-mode virtual serial
port driver for Windows, available freely under GPL license. It allows you to
create the virtual serial port pairs to interconnect the COM port based
applications. The com0com can be used for testing COM port based applications
and as a front end for the hardware emulators (t38modem for example) or COM
port redirectors (com2tcp and hub4com for example).
In this release the following changes were done:
* Implemented noise emulation.
* Added ability to monitor BREAK state.
* Added ability to fix timeouts for read operations to
compensate the network delays.
* Added ability to do silent uninstalls (uninstall /S).
* Fixed some bugs and made some improvements.
The com0com can be downloaded from
http://sourceforge.net/project/showfiles.php?group_id=129551&package_id=141993