Serial port and GPS

SerialForm.dolog Method 

Log method

[Visual Basic]
Private Sub dolog( _
   ByVal descr As String, _
   ByVal o As Object _
)
[C#]
private void dolog(
   string descr,
   object o
);

Parameters

descr
Log entry description
o
The log content

See Also

SerialForm Class | serial Namespace