LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to convert byte value into two asci characters

Solved!
Go to solution

I have a problem which is maybe simple to solve but I don't know the answer.

Is it possible to convert a binary byte value into two asci characters.

For instance:

There is a 8 bits value, 0A.

I want to have two separate asci characters (string). 0 and A.

Thanks for any help.

 

0 Kudos
Message 1 of 2
(2,353 Views)
Solution
Accepted by topic author Richie_Kurvers

I have the solution. Sorry for asking this question.

Convert this byte with "Number to hex string", separate this string in two characters and ready is it.

0 Kudos
Message 2 of 2
(2,343 Views)