Sending sensor data over serial bus (Nano to Nano)

Don't use the String type on Uno or Mega. Use char arrays instead with e.g. atoi() for text to integer conversion.