Serial port and GPS

IPClient.extractLines Method 

Converts the byte array into an array of line strings

[Visual Basic]
Private Sub extractLines( _
   ByVal b As Byte(), _
   ByVal len As Integer _
)
[C#]
private void extractLines(
   byte[] b,
   int len
);

Parameters

b
the byte array, for example from the server
len
number of valid bytes in b

See Also

IPClient Class | serial Namespace