I have heard from a customer that he has started to see errors when downloading data. The process is handled by a VaComm component being used to download ASCII data from a simple datalogger over a serial connection. The errors are occurring on the VaComm Error event at apparently random intervals with no other indications of problems. The same code has been in use for over 15 years and is used by a few hundred customers (the component is the latest 2.2.0.1 version).
What makes this really hard to trace is that the errors have only a number and the numbers the customer is seeing are not in the range of values the vaProtocol.hpp file specifies (which I believe is where they are supposed to come from). He is getting Error 24 and 26 (both positive, the codes in vaProtocol.hpp are -1 to -25)
Do you have any idea what these errors may be? Do they indicate an error external to my program? Is there any reason they are positive while the hpp file has only negative error codes?