- This topic has 1 reply, 2 voices, and was last updated 10 years, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › Serial port program
Hello sir..
currently i am doing a project on Touch controlled wheelchair. In which i got the output of X,Y co ordinates of of the touch using PIC controller
this x,y co ordinates comes as serial data in the following format..
X:0062 Y:0090 Z:0026
X:0060 Y:0088 Z:0028
X:0061 Y:0091 Z:0027
the serial data format is
so i need a coding on 89v51rd2 micro controller to receive the data,process the data….and to perform the necessary action (to operate the motor)
Waiting for ur reply…………..
Hi,
First see how to receive data on UART from the tutorials on site..
after that go for receive interrupt …
Receivestring in store in array after that check for received data on string and give output as per required controling mechanism…