Serial port and GPS

Serial2IP.m_lthr Field

Thread listening for incoming connections

[Visual Basic]
Private m_lthr As Thread
[C#]
private Thread m_lthr;

Remarks

The thread listens for incoming TCP connections or incoming initialization in the UDP mode. For UDP the client must send something (anything, one byte is enough) in order to be recognized.

See Also

Serial2IP Class | serial Namespace