Serial port and GPS

Serial2IP.MAXCONNECTIONS Field

Maximal number of connections for the TCP/UDP server

[Visual Basic]
Private Const MAXCONNECTIONS As Integer = 10
[C#]
private const int MAXCONNECTIONS = 10;

See Also

Serial2IP Class | serial Namespace