Documentation

BusProtocolErrorsFTALK_PORT_NO_ACCESS Field

No permission to access serial port or TCP port

Namespace:  FieldTalk.Modbus.Slave
Assembly:  FieldTalk.Modbus.Slave (in FieldTalk.Modbus.Slave.dll) Version: 2.11.0-eval+eb1ecbe71c969eff5d7c05d58da16dade0474678
Syntax
public const int FTALK_PORT_NO_ACCESS = 74

Field Value

Type: Int32
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