Serial to old reciever. Problem with the serial comunication

patikpatrik:

Serial.print("44VL");

Serial.write(13);

That can be shortened to

Serial.print("44VL\r");

...R