LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Serial port adressing

Can someone help me ?........what´s the serial (COM2) adress for labview ?
0 Kudos
Message 1 of 3
(2,795 Views)
If you want to use inport/outport, the address is whatever the Windows Device Manager says it is (typically 02F8). If you're using VISA to communicate with the serial port, the VISA Resource Name is ASRL2::INSTR but typically an alias of Com2 is created for it. If you are using the old, obsolete serial functions, the ports are numbered starting at 0 so Com2 would be port 1.
Message 2 of 3
(2,795 Views)
1
Ok there is and example folder in NI help file that will show you how to interact with labview. Open labview up and click on "help" then click on "examples" then search serial there are many examples
Message 3 of 3
(2,795 Views)