Jump to content

hexadecimal string in notepad


Recommended Posts

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".

Link to comment

Join the conversation

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

Guest
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.