Serial port and GPS

Serial.readFkt Method 

Reading thread routine

[Visual Basic]
Private Sub readFkt()
[C#]
private void readFkt();

Remarks

Calls the callback function defined in RdLineCb (m_rdlinecb) after each line string read from the serial port. If the filter has been set using Filter, then the callback function is called only for strings read from the serial port and starting with the defined filter string.

See Also

Serial Class | serial Namespace