Serial port and GPS

MapForm.showUDPCoord Method 

Shows coordinates coming over UDP

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

Parameters

sender
ignored
e
ignored

Remarks

This method is intended to be called over doInvoke()

See Also

MapForm Class | serial Namespace