LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Request driver change

I apoligize if this is not in the correct board.
I recently downloaded the IVI driver (From NI site and it was marked as certified) for the Wavetek 1362S DMM. I installed it and tried to run the sample code that came with it. I promptly got and "Unhandled Exception". After some investigation I found the problem to be the following portion of code:

viCheckErr( viScanf (io, "%#s", BUFFER_SIZE, rdBuffer));

This tries to put the number of characters read into BUFFER_SIZE which is a #define.
I am using Visual C++ to test this code.

How can I request an update to this driver?
0 Kudos
Message 1 of 2
(2,952 Views)
Hello Neal,

Thank you for the feedback! Since we distribute the source code with our IVI drivers, you can certainly fix your copy of the driver. We will fix this bug in the next driver release. Please let us know if you find any other issues with this driver.

Best Regards,

Vesna Jadric
Instrument Drivers/IVI

P.S. There is the Instrument Control (GPIB, Serial, VISA, IVI) board which would be more suitable for this type of questions.
0 Kudos
Message 2 of 2
(2,939 Views)