Can anyone suggest me how to convert hexadecimal value to a ASCII character (example: 06 hex to 6 ascii).
this is the same case of “wsalas” but i have the contrary problem. I need help please.
thanks
Carlo Diban B.
Can anyone suggest me how to convert hexadecimal value to a ASCII character (example: 06 hex to 6 ascii).
this is the same case of “wsalas” but i have the contrary problem. I need help please.
thanks
Carlo Diban B.
[QUOTE=diban;1290]Can anyone suggest me how to convert hexadecimal value to a ASCII character (example: 06 hex to 6 ascii).
this is the same case of “wsalas” but i have the contrary problem. I need help please.
thanks
Carlo Diban B.[/quote]
Add ‘0’ (0x30) for ‘0’ ~ ‘9’ and add another 7 for ‘A’ ~ ‘F’