I have a HEX value coming from my microcontroller in Hex form. The indicator display is in HEX mode. I want to write the string that I see in HEX mode to a text file. For example, if the indicator has 0C, I want to write 0C to the text file and be able to see 0C when I open the file in notepad. Can anyone assist me with this problem by writing a VI. I tried the "Writing a String to a File in Hex Format" from the knowledge base but it does not work.
Thank You