01-15-2006 07:38 AM
01-16-2006 03:41 AM
First, you must prepare a USB kernel-mode device driver for your device. One easy way is use NI-VISA Driver Development Wizard.
http://zone.ni.com/devzone/devzoneweb.nsf/Opendoc?openagent&1D0DD81FF1448CAE86256D90006EE2B4
By using this tool, you can generate an .INF file for your USB device, with specifying the VID (vendor ID) and PID (product ID) values. Once the INF file is generated, you can assign the .INF file to your USB device on the Device Manager. Now your device can be accessed through VISA library using following VISA address format.
USB0::<vendor_id>::<product_id>::<serial_no>::RAW
01-16-2006 07:47 AM
01-17-2006 12:03 AM
01-17-2006 01:51 AM