Is it possible to convert Hexadecimal to ASCII characters?
Hello there,
As a new user of llabview website, I want to explore everything that goes with this one. I was trying to communicate with HH506R omega thermometer using serial port communication. Then, I decided to use the parameters (such as Parity, baud rate, sto bits) because it's written in the manual. And luckily, I could write the data from the write string when it responded. But unfortunately, while returning the data, a framing error showed up. Also, I am not getting the read string in terms of ASCII characters.
It's just a random character which I don't know how to convert into ASCII format. I am using the Basic serial write and read VI from NI. Is there any way to convert the hexadecimal into ASCII characters?