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

how to display integer value on putty using uart?

i was using the serial example in examples/peripheral/serial and i Want to display integer value int i=1234 on the serial terminal(putty).I want to convert the int value to string.

Related