03-19-2012 05:35 PM
Hi,I am trying to convert the hex value to the decimal (like 5D to 93) that I am receiving over serial port using VISA read.But the problem is that if I am trying to display the HEX value from the read buffer of VISA read then its showing the correct hex value in the string read but when I try to use the read buffer of VISA read as the input to the HEX to Decimal converter palette then the number display always shows zero only.Is there any palette in lab view that can be used to read from the read buffer of the VISA read and pass that string as input to the hex to decimal converter.Thanks in advance.my VI file is attached below.
03-19-2012 06:25 PM
Maybe try using the type cast function.