Click or drag to resize
IDeviceManagerTGetDeviceByComPort Method
Returns a reference to the device at the specified COM port.

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

Parameters

comPort
Type: SystemString
The name of the COM port, e.g. "COM1"

Return Value

Type: T
See Also