Serial port and GPS

SerialForm.m_answercb Field

Delegate for showing serial port answers

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

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

SerialForm Class | serial Namespace