//serial.h //Initialize bautd rate void initSio(); //Used by printf int putchar(int c); //gets a char from terminal int getchar();