ImpathNetworks
FabulaTech Forum Newbie
Posts: 3
|
|
Inconsistent Data Transfer ...
on: Apr 12th, 2010, 10:50am |
Quote Modify
|
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?
|