DeviceListGetSerialDevices Method HIDSharp
Gets a list of all connected serial devices.

Namespace: HidSharp
Assembly: HidSharp (in HidSharp.dll) Version: 2.0.0
Syntax

public IEnumerable<SerialDevice> GetSerialDevices()

Return Value

Type: IEnumerableSerialDevice
The device list.
See Also

Reference