LastSendError - property of the ExtComm object
Description:
Success rate of the last sent value.
Syntax:
Long LastSendError
Values:
0 - Transmission passed successfully
24 - Timeout from the input (sufficient number of characters wasn't accepted)
33 - Software error
62 - Negative confirmation
65 - Wrong transmitted data (e.g. the wrong configuration of the communication card)
66 - Wrong received data (e.g. the check sum error)
67 - It is not possible to create the connection with the server (Ethernet) or the port is not ready for communication (serial link).
Note:
Property access for read only.
Example1:
JavaScriptVBScriptSelect and copy to clipboard
var nError = oExt.LastSendError;
Dim nError
nError = oExt.LastSendError