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.
Hi everyone, I am having a problem with serial communication. I am not able to simulate serial communication. I am able to see the data which is send by the controller but i am not able to send in a data.
I am getting only one serial window in the developement tool and i am not able to type anything in it. Can anyone help me? nash
I am getting only one serial window in the developement tool and i am not able to type anything in it.
Are you expecting to see the characters you type in the window? If that's the case, does your program "echo" them? If it doesn't, then that's why you don't see them. Since you haven't given more details, it's really difficult to guess what's wrong.
Since there are a lot of 100% working programs with serial I/O, I can only guess that you haven't tried one of them. Have you looked at http://www.keil.com/download/docs/200.asp?
Jon