Serial port and GPS

Serial.Write Method 

Writes the given string to the serial port

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

Parameters

s
The string to write

See Also

Serial Class | serial Namespace