Serial port and GPS

Gpsx.addComment Method 

Adds a comment entry to the gpx file

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

Parameters

comment
The comment to add

Remarks

Use it in order to store any not positioning related informations into the file, like exceptions, additional logs etc.

See Also

Gpsx Class | serial Namespace