All Questions
3 questions
-1
votes
1
answer
864
views
what is the best way to synchronize the serial communication between two microcontrollers using UART?
Suppose we have two microcontrollers , UART module was initialized to work as a Transmitter and Receiver ( full doublex communication ) for both of them.
Before the super loope one of them send a ...
0
votes
1
answer
106
views
Is that the right way to check if an existing password is stored?
I'm creating an application with 2 ATMega16 micro controller.
The second micro should check if a password is stored in the external EEPROM then send this information to the first one. So, if there ...
1
vote
2
answers
10k
views
read multiple bytes from rs232 to uart (avr atmega16)
i am sending 4 bytes of data from my Pc serially to my atmega16. i use UART. one technique is to use the functoins given in datasheet but they block rest of the code as they use polling. so i am using ...