Problem with OLED Display Voltages (String Command) using transmitter and Receiver

Couple of points:

This code

... is equivalent to


  Serial.println ("$ABC, 12.10V,\n"); 

This is not a good idea...

int i = 0;
  for (byte i = 0; i <= 35; i++) 
Don't use the same variable name...