Serial port and GPS

Serial.WriteBytes Method 

Writes number of bytes from the byte array

[Visual Basic]
Public Sub WriteBytes( _
   ByVal buffer As Byte(), _
   ByVal count As Integer _
)
[C#]
public void WriteBytes(
   byte[] buffer,
   int count
);

Parameters

buffer
the buffer of bytes
count
the number of bytes to write

See Also

Serial Class | serial Namespace