09-16-2013 07:47 PM
I have an incoming string form a VISA port that looks like the image below:
I want to convert this to hex and write it to a file.
How do I convert it to hex?
I tried using this example: http://forums.ni.com/t5/LabVIEW/convers-ascii-string-to-hex-string/td-p/569834
However, I got an error message thats ays "Error 85 occurred at Scan From String". The reason why this error message was occuring was because the data shown above is not formatted as "%02". How do I fix this problem or is there another way to simply dump a hexidecimal version of the above string?
Solved! Go to Solution.
09-16-2013 07:55 PM
09-16-2013 09:48 PM
is it ascii hex?