Serial port and GPS

UTMTest.Main Method 

The main method

[Visual Basic]
Public Shared Sub Main( _
   ByVal args As String() _
)
[C#]
public static void Main(
   string[] args
);

Parameters

args
command line args. Case 1: latitude north, longitude east, system. Latitude and longitude in decimal degress, west and south may be entered as negative values. system is one of the enum Datum: WGS84, GRS80, WGS72 etc. Case 2: GGA, system. GGA is a NMEA GGA string according to Utils.fromGGA(), system is one of enum Utils.Datum.

See Also

UTMTest Class | serial Namespace