getPrintConnector()->write($cmd); $printer->text("Beispieltext in Deutsch\n"); $printer->cut(); $printer->close(); /* * Hex-dump of output confirms that ESC V 1 being sent: * * 0000000 033 @ 033 V 001 B e i s p i e l t e x * 0000010 t i n D e u t s c h \n 035 V A * 0000020 003 */