Serial port and GPS

Serial.DEFAULT_COMPORT Field

Default serial port name

[Visual Basic]
Public Shared ReadOnly DEFAULT_COMPORT As String
[C#]
public static readonly string DEFAULT_COMPORT;

Remarks

The default port name is the name of the port in the instance of System.IO.Ports.SerialPort initialized without any configuration effort. Usually it is COM1, COM1: or /dev/ttyS0, depending on the platform, on which the program is running.

See Also

Serial Class | serial Namespace