07-09-2008 10:52 AM
07-10-2008 12:49 PM
Hello anarkie,
The DAQmx 8.7.1 driver supports the USB-6218 OEM DAQ device. The driver also provides the capability to transfer data over the USB bus,
so no additional functions such as the HIdD_GetHidGuid() would be required. To convert your Visual C++ code to work with the USB-6218, you
must first install the new DAQ device and make sure that your code reflects the device name of the USB-6218 OEM. You must also make sure
that parameters, such as sampling rate, are appropriate for the USB-6218 OEM.
Best wishes,
Wallace F.
07-11-2008 10:32 AM
Oh, thanks so much!
I was wondering why no one answered! Thanks man!