#include int main(void) { char c; // 9600-7-E-1 UCSRA = 0x00; UCSRB = 0x18; UCSRC = 0xA4; UBRRH = 0; UBRRL = 23; while (1) { while (~UCSRA & 1<