Serial to old reciever. Problem with the serial comunication

It works!!! Thank you all for contributing!!!

/ put your setup code here, to run once:
Serial.begin(9600);
}

void loop() {
  // put your main code here, to run repeatedly:

Serial.print("44VL");
Serial.write(13);

delay(5000);

}