Serial port and GPS

SerialCpy.read1 Method 

Read callback for port 1

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

Parameters

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

Remarks

Call commonRead() with index 0

See Also

SerialCpy Class | serial Namespace