I'm here to consult with you all. i wanna ask which tool is best to convert decimal to ascii. I'm also searching on it. Give your suggestion. if i would find a suitable tool, i will also share with you.
Be sure to click 'more' and select 'suggest as answer'!
If you're the thread creator, be sure to click 'more' then 'Verify as Answer'!
I'm here to consult with you all. i wanna ask which tool is best to convert decimal to ascii. I'm also searching on it. Give your suggestion. if i would find a suitable tool, i will also share with you.
If you use C, it's as simple as storing the decimal number into a uint8_t and then printing it out as a char.
Some calculators can do it ... there are also websites that will do the same with a quick Google search although I will refrain from recommending any particular one to avoid being flagged as spam.
- Gough
If you use C, it's as simple as storing the decimal number into a uint8_t and then printing it out as a char.
Some calculators can do it ... there are also websites that will do the same with a quick Google search although I will refrain from recommending any particular one to avoid being flagged as spam.
- Gough