Serial port and GPS

SerialCpy.read2 Method 

Read callback for port 2

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

Parameters

b
Array of bytes read on port 2
len
Number of valid bytes in b

Remarks

Call commonRead() with index 0

See Also

SerialCpy Class | serial Namespace