
counter = 0;
do
  {
  printf ("Data Collected for One Day\n"); // send serially
  } while (++counter == 4);   
while(1); 
