Serial port and GPS

Gpsx.open Method 

Creates the given XML file

[Visual Basic]
Public Sub open( _
   ByVal filename As String _
)
[C#]
public void open(
   string filename
);

Parameters

filename
the xml file to create

See Also

Gpsx Class | serial Namespace