Hey all,
I am trying to convert a 16 bit hex word to binary (I need a string of 1's and 0's in such a format that I can do a value check on each bit individually). I am getting the hex value in as a string (if I want to display the hex value to a string indicator, I have to set the indicator to "hex" display mode, otherwise it just comes out as a bunch of weird characters.....ASCII?).
I am sure this is probably pretty simple, but I can't seem to get it right. Thanks in advance for your help.
Paul