Serial port and GPS

Serial2IP.DEFAULTPORT Field

Default UDP or TCP port to use

[Visual Basic]
Public Const DEFAULTPORT As Integer = 5000
[C#]
public const int DEFAULTPORT = 5000;

Remarks

Only informational meaning. There is no functional default port, the port number must be always explicitely set using oper().

See Also

Serial2IP Class | serial Namespace