ZylGPSReceiver.NET

GPSReceiver.GetExistingSerialPorts Method 

Returns the existing serial ports of the system.

[Visual Basic]
Public Shared Function GetExistingSerialPorts() As SerialCommPort()
[C#]
public static SerialCommPort[] GetExistingSerialPorts();

Return Value

Existing serial ports of the system in an ArrayList of SerialCommPort objects.

See Also

GPSReceiver Class | ZylGPSReceiver Namespace