Hi to everyone.
I need to write a program on C++, in C++ Builder. This program must to get voltage from NI ELWIS (http://sine.ni.com/nips/cds/view/p/lang/ru/nid/205425#overview). How can I do this?
In LabVIEW there is a special component. Does exist a .dll file, using it I can get voltage?
Or it's impossible and I need to access direct the device using libusb and read data from USB port and then try to decode it?
I have never before used LabVIEW or ELWIS.