FieldTalk™ Modbus Master .NET Library

BusProtocolErrors.FTALK_OPEN_ERR Field

Port or socket open error

[Visual Basic]
Public Const FTALK_OPEN_ERR As Integer = 66
[C#]
public const int FTALK_OPEN_ERR = 66;

Remarks

The TCPIP socket or the serial port could not be opened. In case of a serial port it indicates that the serial port does not exist on the system.

See Also

BusProtocolErrors Class | FieldTalk Namespace