Serial communication with AVR microcontroller using interrupts
In our previous articles on serial data transmission using AVR microcontroller we have demonstrated serial communication using the polling method. In Polling, the microcontroller waits for the RXC flag (in the case of serial receiver) to go high and then moves to the next instruction. This is not a good programming technique to keep the […]
Serial communication with AVR microcontroller using interrupts Read More »
