Jump to content

hexadecimal string in notepad


Recommended Posts

Posted

What do you actually want?  What have you actually tried?  Writing a string to a file shouldn't be difficult, and should be something covered in the first hour of a LabVIEW basics example.

Posted

It sounds like you want to store a binary string to a file and then open it and see the hexadecimal values for the bytes.  Notepad only displays file contents as ASCII characters, so you cannot see the actual byte values, only the ASCII characters that correspond to the byte values (the "junk characters" you are seeing).  Can't you just use LabVIEW to view the contents of the binary file?  Read the bytes into a string indicator and set the display mode to "Hex Display".

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.