patikpatrik: Serial.print("44VL");
patikpatrik:
Serial.print("44VL");
Serial.write(13);
That can be shortened to
Serial.print("44VL\r");
...R