04-10-2019 02:55 AM
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?
04-10-2019 03:28 AM
I recommend to use VISA. You have to install that after you installed LV, otherwise the functions are not included in the palettes...
04-10-2019 03:29 AM
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.