Knowledge Base  | | HO720: Generate a LabView USB driver (ID #563) PCI, USB and several other bus systems have addresses to identify a Vendor ID (VID) and Product ID (PID). Based on the VID you can find out the manufacturer of the device. The VID must be purchased. The PID is assigned by the manufacturer and identified the device.
Hameg does not have its own VID. Therefore, the VID is used by FTDI.
VID = 0x0403
HO720 PID = 0xED72
To address a device is always needed VID and PID.
The HO720 looks e.g. like this: "USB \ VID_0403 & PID_ed72" 
| | |
|