DeviceListGetSerialDevices Method

HIDSharp
Gets a list of all connected serial devices.

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

public IEnumerable<SerialDevice> GetSerialDevices()

Return Value

Type: IEnumerableSerialDevice
The device list.
See Also

Reference