escpos-php icon indicating copy to clipboard operation
escpos-php copied to clipboard

Code works on Xerox

Open nickvdwaal opened this issue 3 years ago • 0 comments
trafficstars

Works as expected on Xerox printers (C70 Series)

$connector = new NetworkPrintConnector(IP, 9100);
$printer = new Printer($connector);
try {
    $printer -> text("Hello World!\n");
} finally {
    $printer -> close();
}

nickvdwaal avatar Jan 31 '22 12:01 nickvdwaal