ATMEGA
ATMEL ATmega - UART
Article by:Geoffrey Hunter
Date Published: | |
Last Modified: |
I wrote some code to deal with communication through USART between two micro-controllers. The comms code has message identification, variable data length capability and does not need to use any interrupts. It is designed to be used with the USART module on the ATmega8 but it could be changed to use any communication protocol on any Atmega platform quite easily. The USART code is included with the comms code just to be helpful :-).
Specs
- Language: C
- Platform: ATmega8
- Version: 1
- Last Modification: 2011-01-08
Download
Authors

This work is licensed under a Creative Commons Attribution 4.0 International License .