10-17-2007 04:24 PM
10-17-2007
04:51 PM
- last edited on
08-12-2026
08:07 AM
by
Content Cleaner
There's a difference between instrument drivers and protocol "drivers". Protocol "drivers" basically provide the means for an application to communicate over a specific type of hardware connection, like a serial port, GPIB, or ethernet. To talk to devices over the serial port you need VISA. This should have been installed when you installed LabVIEW. I don't know if the trial version includes it or not. You can check a number of ways:
Assuming that the trial version already has VISA, the "Basic Serial Write and Read" will allow you to communicate with your device. If you don't have VISA (which I doubt), you can install it by downloading it from here.
Specific devices may already have instrument drivers written, which are just pre-written VIs that send commands to instruments and parse their responses so you don't have to wade through the manuals to write the code yourself. To see if a pre-written driver exists for your specific instrument, head over to the NI Instrument Driver Network and do a search.