Open_Device_Connection Method
In This Topic
Opens a connection with the USB device using the serial number assigned in the EEPROM of the USB FIFO IC and assigns a value to the
DeviceHandle and
DeviceStatus.
The
DeviceHandle will be required for subsequent use with many of the other commands.
Syntax
'Declaration
Public Sub Open_Device_Connection( _
ByVal As String _
)
'Usage
Dim instance As USB_DLL
Dim SerialNumber As String
instance.Open_Device_Connection(SerialNumber)
public void Open_Device_Connection(
string
)
Parameters
- SerialNumber
- Type: System.String
The serial number associated with the USB device.
Frameworks
| Product |
Versions |
| .NET |
net8.0 |
| .NET Framework |
net48 |
See Also