This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF_LOG_INFO() print hexa to ASCII format

Hi Devzone,

I would like to print my payload on a hyperterminal using NRF_LOG_INFO().

My array is like that :

manufacturer_data [0] => Value: 0xAA;
manufacturer_data [1] => Value: 0xBB;
manufacturer_data [2] => Value: 0xCC;
manufacturer_data [3] => Value: 0xDD;

Are there any function to convert the hexadecimal format to the ASCII format in view of see the hexadecimal in my hyperterminal ?

Sincerely,
Sylvain.

Parents Reply Children
No Data
Related