|   | IDeviceManagerTGetDeviceByComPort Method | 
        
        
        
            Returns a reference to the device at the specified COM port.
            
         
        Namespace: GLNeuroTech.Devices.CommonAssembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
 Syntax
SyntaxT GetDeviceByComPort(
	string comPort
)
Function GetDeviceByComPort ( 
	comPort As String
) As T
T GetDeviceByComPort(
	String^ comPort
)
abstract GetDeviceByComPort : 
        comPort : string -> 'T 
Parameters
- comPort
- Type: SystemString
 The name of the COM port, e.g. "COM1"
Return Value
Type: 
T See Also
See Also