LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Convert FF Ascii To FF Hex

Solved!
Go to solution

I have a serial device that returns a hex number but in ascii format(!).

 

For example:

 

Instead of returning  FF0A (viewed in a string indicator set to Hex display), it returns ff0a (as viewed in a string indicator set to normal display). But the data actually represents FF 0A.

 

My question is how can I convert ff0a (ascii) to FF 0A (hex)?

 

Thanks in advance!

0 Kudos
Message 1 of 2
(3,031 Views)
Solution
Accepted by topic author ssk

Hexadecimal String to Number.

 

 

Remember:

  1. The LabVIEW Help is there to help you.  
  2. The functions palette has a search capabitility.
Message Edited by smercurio_fc on 06-15-2010 09:22 AM
0 Kudos
Message 2 of 2
(3,024 Views)