We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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