Hello Gurus,
I would like to print something that I have stored in flash to tera term using SCI.
I am trying to use the scia_xmit as my print, but it returns an ascii.
Do i have to convert this into an int and send it one character at a time ?
Is there no way to send the integer directly?
For example if I store the value of 100 in flash which is 64 in hex, I can read the flash and then when i print the int, it will print d (100 in ascii).
I would like to print the value of 100 on the screen.
How should i proceed?
Regards,
Rajan Joshi