‎10-24-2007 10:05 AM
‎10-24-2007 05:42 PM
‎10-25-2007 10:47 AM
‎10-25-2007
11:49 AM
- last edited on
‎04-05-2026
08:49 AM
by
Content Cleaner
You did not install NI-VISA and that is the cause of the error. VISA is on the device drivers CD that comes with LabVIEW. You can also download the latest version from https://www.ni.com/en/support/downloads/drivers/download.ni-visa.html.
The settings of the serial port are whatever you want them to be. The example has front panel controls to set the serial port of the pc to match the settings of the instrument.
The CR is a carriage return and in the basic example, the 'string to write' has '\' Code Display enabled. The \r\n is the '\' Code Display way to write a CR and LF. If you need just a carriage return, only append the \r to your command.
‎10-25-2007 01:57 PM