/* * uart.c */ #include "../defines.h" #include #include #include #include "uart.h" static volatile unsigned char strTxBuffer[1024]; static volatile unsigned char strRxBuffer[1024]; void uart_characterPut( unsigned char data ) { while(!(UCSR0A & (1<> 8; UBRR0L = ubrr & 0xFF; /* Enable receiver and transmitter */ //UCSR0B |= (1<eived while ( !(UCSR0A & (1<