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: 

RS422/485 from Labview

Can someone give me a hint how to deal with RS422/485 interface from
Labview?

Thanks
Ladislav Czap
0 Kudos
Message 1 of 2
(3,588 Views)
Use it the same way you would talk to a 232 port. It doesn't matter to LabVIEW
what type of serial port you're using. You can use the serial functions or
the VISA functions. For the serial functions, the port number is one less
than the com port number. For VISA, you pass the function ASRL1 for com 1,
ASRL5 for com 5, etc. The actual communication is handled by the driver and
unseen by the user.

"Ladislav CZAP" wrote:
>Can someone give me a hint how to deal with RS422/485 interface from>Labview?>>Thanks>Ladislav
Czap>>
Message 2 of 2
(3,588 Views)