From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, 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: 

Hello I'm looking for the subroutine in labview with the same function of SendByte () in CVI

Hello,

For my experiment I use serial port Rs232 to communicate with the device.

I've the program to do that in CVI, in the CVI I use the command SendByte () but I can not find the same subroutine in Labview 2015, Do you have any suggestion?

0 Kudos
Message 1 of 3
(1,793 Views)

I recommend to use VISA. You have to install that after you installed LV, otherwise the functions are not included in the palettes...

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 3
(1,783 Views)

Look into VISA. There is a VISA Write function. If you write one character (it's a string, so you need to convert the byte to string), it should be the same as SendByte.

Message 3 of 3
(1,781 Views)