Serial port and GPS

SerialForm.menuFilter_Click Method 

Switch filter on or off

[Visual Basic]
Private Sub menuFilter_Click( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
)
[C#]
private void menuFilter_Click(
   object sender,
   EventArgs e
);

Parameters

sender
ignored
e
ignored

Remarks

If switched on, then only lines starting with SerialForm.FILTER are shown in m_answer. If switched off, then all lines are passed to m_answer.

See Also

SerialForm Class | serial Namespace