--- In AVR-Chat@yahoogroups.com, "huiyangdoh" <huiyangdoh@...> wrote: > > I am trying to write code of interrupt service routine for Atmega 16. > I got to know For UART, the ISP routine is just a line of code in > enabling the UART RXD enable pin to wait for incoming data. For > transmission, simply send the data and monitor the UART TXD ready pin > for sending the next data. Can anybody help me to figure out the > code? Many thanks. > On AVRfreaks.net, in the projects section, there are many, many code examples. Among them is this example of AVR UART buffered serial I/O, interrupt driven: http://www.avrfreaks.net/index.php?module=Freaks%20Academy&func=viewItem&item_type=project&item_id=563
Message
Re: Interrupt Service Routine for Atmega 16
2007-12-05 by stevech11
Attachments
- No local attachments were found for this message.