
static void serialOneService(void) interrupt 5{//services serial comms to and from scan tool
	SBUF0=0x41;
}