12-11-2009 04:12 AM
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.
Solved! Go to Solution.
12-11-2009 04:45 AM
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.