From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring COM port in LabVIEW

I have digital scales, with usual RS-232 interface. It is connected to one
of my com ports in the PC. How do I configure LabVIEW to read data from it?
I can seem to define a virtual channel since the only input I get is my
PCI-6024E card.

Thankful for any help recieved, Victor
0 Kudos
Message 1 of 3
(2,488 Views)
Oops. It "can't seem to define"

Victor Chernov wrote in message
news:9l82c4$jvi$1@news.huji.ac.il...
> I have digital scales, with usual RS-232 interface. It is connected to one
> of my com ports in the PC. How do I configure LabVIEW to read data from
it?
> I can seem to define a virtual channel since the only input I get is my
> PCI-6024E card.
>
> Thankful for any help recieved, Victor
>
>
0 Kudos
Message 2 of 3
(2,488 Views)
Doesn't standard "Serial Port Read" do the trick ? Functions
toolbox-->Serial.
Another way would be to access the port by "In port"
(Functions-->Advanced-->Memory). You simply give the address of the
port there and it works.

andres

> > I have digital scales, with usual RS-232 interface. It is connected to one
> > of my com ports in the PC. How do I configure LabVIEW to read data from
> it?
> > It can't seem to define a virtual channel since the only input I get is my
> > PCI-6024E card.
0 Kudos
Message 3 of 3
(2,488 Views)