#include "sci.h" void main() { char c; sci_init(); while(1){ c = serial_in(); serial_out(c); } }