Click or drag to resize
DeviceManagerTGetDeviceByComPort Method
Returns a device based on a predetermined serial COM port name.

Namespace: GLNeuroTech.Devices.Common
Assembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax
public virtual T GetDeviceByComPort(
	string comPort
)

Parameters

comPort
Type: SystemString

Return Value

Type: T
A device object of type T

Implements

IDeviceManagerTGetDeviceByComPort(String)
See Also