A bit of history: We have an application, which was originally written many years ago (1998 is the first date in PVCS but the app is about 5 years older than that as it originally was a DOS program). This application communicates with a piece of hardware via serial. When we got to Windows XP we started receiving reports of the app dying after a short time of running. It seems that the serial comms just 'died' and the app was left in a stuck state. The only way to recover from this situation was to restart the application.

The only information I can find regarding this problem was apparently the Windows Message system would miss that information was received, the buffer would fill and the system would get stuck. This snippet of information was left in a old word document, but there's no evidence to back this up. It also mentions that this is only prevalent at high baud rates (115200+).

The solution was to provide customers with USB->Serial converters along with the hardware.

Today: We are working on a new version of the hardware that will run across a network as well as serial ports. So to allow me to work on the network code, minus the actual hardware we are using a [VSCOM NetCom113][1] device. It also installs a virtual comm port on the users (ie: mine) machine.

Now I have got the network code integrated with the app, it appears that the NetCom device exhibits the same behaviour. This is undesirable as I need the app to run longer than ~30 seconds.

Google turns up zero problems that we experience.

I was wondering: 

 - Has anyone experienced this before? If so what did you do to fix/workaround the problem?
 - Does anyone have any suggestions as to whether the original author of the document is correct and what I can do to test the theory?

Unfortunately I can't post code as the serial code is tightly couple with the rest of the system, though if you have questions regarding it I can answer questions about it. 

  [1]: http://www.vscom.de/666.htm