03-03-2008 04:40 PM
03-03-2008 04:48 PM
03-03-2008 04:59 PM
03-04-2008 11:40 AM
03-04-2008 11:44 AM
Com1 is the resource name. If you don't explicitly call a VISA Open and just pass the resource name to a VISA function (i.e. VISA Configure Serial Port, VISA Write, etc.), then current versions of NI-VISA will automatically open the resource. Even if you do it this way, it's still a good idea to do a VISA Close.
All of the shipping examples for serial show just calling the VISA Configure Serial Port without doing a VISA Open. I would not recomend skipping this.
03-04-2008 11:52 AM
03-04-2008 11:58 AM
03-04-2008 11:58 AM
03-04-2008 04:53 PM
The computer I'm using has a build-in serial port, and I am not using any converter, because the rs232 cable should be able to do the transfering by itself.... am I correct?..... and the MAX you refering is the DAQ-mx, right? I'm not using that either because there is no DAQ board connected to the computer. I just tried typing COM1 in the resource name, but still not working...
03-04-2008 04:58 PM