Serial port and GPS

OsmDldTest.Main Method 

Main method for the OSM command line download.

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

Parameters

args
Missing <param> documentation for args

Remarks

Call the program without command line parameters for the usage info.

See Also

OsmDldTest Class | serial Namespace