- This topic has 3 replies, 2 voices, and was last updated 10 years, 2 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › Help for serial communication
Hello,
I am developing a controller based serial communication project in which I am sending two data to serial port. One is for selecting output pin & second for getting different timer delay value to generate different delayed pulses. My problem is that I can’t properly send data to serial port please help me if anyone have idea about this.
I am using AT89c52 controller & max232 for level converter. Here is my code.
Please help me..
Thanks in advance.
My code:
}
Hi Radhika,
Where are you trying to display the data? Are you getting junk data or simply nothing?
I am dispiaying data on Led connected toPort1 but when i enter two data it accepts only one either 1st or 2nd data as input.
Here problem is in accepting 2nd input but i dnt know how to solve it… Please help me.
You are not calling any functions from your main function. Then how the code will it do something?