hi Andew,
i think the problem is your PC side serial terminal doesn't enable hex display. some serial terminal doesn't have feature of displaying hex character. please choose a serial terminal monitor that can display hex
otherwise you have to modify your C code, convert your integer to a string. then display the member of string one by one via Serial_LDD to serial terminal. for this topic your can use google search - how to convert ascii to string.
Have a great day,
Zhang Jun
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------