#include "uart_628.h" void USART_Init(void) { //Set baud rate UBRRL=(uint8_t)UBRRVAL; //low byte UBRRH=(UBRRVAL>>8); //high byte //Set data frame format: asynchronous mode,no parity, 1 stop bit, 8 bit size UCSRC=(1<