FieldTalk™ Modbus Master .NET Library

BusProtocolErrors.FTALK_CHECKSUM_ERROR Field

Checksum error

[Visual Basic]
Public Const FTALK_CHECKSUM_ERROR As Integer = 129
[C#]
public const int FTALK_CHECKSUM_ERROR = 129;

Remarks

Signals that the checksum of a received frame is invalid. A poor data link typically causes this error.

See Also

BusProtocolErrors Class | FieldTalk Namespace