Serial port and GPS

Serial.m_buf Field

The buffer to use for reading from the serial port

[Visual Basic]
Private m_buf As Byte()
[C#]
private byte[] m_buf;

See Also

Serial Class | serial Namespace