FieldTalk™ Modbus Master .NET Library

BusProtocolErrors.FTALK_PORT_NO_ACCESS Field

No permission to access serial port or TCP port

[Visual Basic]
Public Const FTALK_PORT_NO_ACCESS As Integer = 74
[C#]
public const int FTALK_PORT_NO_ACCESS = 74;

Remarks

You don't have permission to access the serial port or TCP port. Run the program as root. If the error is related to a serial port, change the access privilege. If it is related to TCPIP use TCP port number which is outside the IPPORT_RESERVED range.

See Also

BusProtocolErrors Class | FieldTalk Namespace