I just created a virtual comm port (COM2) to send RAW data to my simple Python program. It just dumps whatever traffic it gets from a socket.
Then I open HyperTerminal and connect to COM2. COM2 is hard set to 9600, 8, N, 1 ... Hyperterminal is set the same. But every 3rd, 4th character that comes through is garbled. It's almost as if the parity bits are off.
I can just tap 'a', 'a', 'a', etc. and I'll get 'a', 'a', 'ß', etc. (note the last character).
If I attempt the same thing using the TCP/IP (WinSock) option in HyperTerminal the characters go through clean.
Protocol is Raw Data (no preset signals on). I've tried it with Bitrate Emulation on and off ... no difference. I've tried it with Fixed Baud/Control/Flow set and unset ... no difference.
Why is my data so flaky using your virtual comm port?
It's not "Serial Port Redirector" that causes the issue. It's hyperterminal's fault. You can prove it be monitoring the redirector's virtual COM port by portmon tool (http://download.sysinternals.com/Files/PortMon.zip) while quering the virtual COM port by any communication software. You'll see that the data flow is ok.
I cannot tell you why Hyperterminal works this way. But you can also use "Serial Port Control" (http://www.fabulatech.com/serial-port-control.html) to write the data to the virtual COM port of Serial Port Redirector.