LabVIEW can address as many as 256 serial ports. The default port number parameter
is 0 for COM1, 1 for COM2, 2 for COM3 and so on. The file labview.ini contains
the LabVIEW configuration options. To set the devices which will be used
by the serial port VIs, set the configuration option serialDevices to the
list of devices to be used. For example, to set up your devices to support
up to COM16:
serialDevices="COM1; COM2; COM3; COM4; COM5; COM6; COM7; COM8; COM9;\\.\COM10;\\.\COM11;\\.\COM12;\\.\COM13;\\.\COM14;\\.\COM15;\\.\COM16;LPT1;LPT2;"
The above should appear as a single line in your configuration. Names of
COM ports greater than COM9 should begin with "\\.\".
"Tabosa, Domingos [CMPS:0B25:EXCH]" wrote:
>I have 8 serial ports (COM5 -
COM12) installed in a PC through 2 PCI cards.>Each
one with 4 serial ports.>>However, when I use the "Find Resources" VI from
the VISA toolset, it show>me just six ports (COM5 - COM10).>I've tested all
of them and they seem OK (I've used Hyperterminal).>>What could be the problem
?>>Thanks in advance for any help.>>