Serial port and GPS

Serial.DEFAULT_TIMEOUT Field

Default timeout for read and write operations

[Visual Basic]
Public Shared ReadOnly DEFAULT_TIMEOUT As Integer
[C#]
public static readonly int DEFAULT_TIMEOUT;

Remarks

The default timeout is set internally in this class to 2000ms.

See Also

Serial Class | serial Namespace