This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

printf() returns an extra character

The application waits for a specific character "a" in the serial port using getchar()and then outputs a string using printf("hello")once the character is received. The problem is that the application listening for the "hello" gets allways "ahello".

Khen Truong

0