Serial port and GPS

SerialGPSForm.m_gpscoordcb Field

Delegate for showing GPS coordinates

[Visual Basic]
Private m_gpscoordcb As EventHandler
[C#]
private EventHandler m_gpscoordcb;

Remarks

The serial port thread or event procedure cannot write driectly into the forms controls, therefore we define a delegate, which is executed using Form.Invoke(). See also http://www.ppc-welt.info/community/archive/index.php?t-118493.html

See Also

SerialGPSForm Class | serial Namespace