Serial port and GPS

Serial2IPForm.onClose Method 

Event method called if the form is closed

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

Parameters

sender
ignored
e
ignored

Remarks

Writes current config to the file and switches to copying of serial port data off.

See Also

Serial2IPForm Class | serial Namespace