- This topic has 3 replies, 3 voices, and was last updated 7 years, 7 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 › AVR › AVR TWO WAY SERIAL COMMUNICATION CHIP TO CHIP
If there is any solution please help us ! now for our project we need to know the concept of two way communication ! ,,
first we set some value in UDR in tx part and then we did some job in rx according to the data present in UDR , now the question is how to place the code of tx to rx so that each code have both transmitter and receiver job . what should we do to communicate both microcontroller at the same time ? Do we need serial interrupt for this communication ?if yes , please let us know how to use it ?
…………….thank you
if you want to do full duplex communication using RX and TX pins you have to use interrupts on both sides
do you please upload code for me for both side of communication ??
If anyone done with interrupt one both side for this communication then plz help me… guide me for how to use it…