This library (https://github.com/reginaldoazevedojr/zebra) cannot connect to ZSB-DP12, with the message: Connection refused.
Telnet produces the same result.
It uses the default port (9100) and a PHP socket:
<code>
$this->socket = @socket_create(AF_INET, SOCK_STREAM, SOL_TCP);
</code>
3 Replies
according to tech support:
With the ZSB Series printers, the cloud automatically translates the ZPL. A customer cannot create custom ZPL and send it to the ZSB printer. The product is meant to be very easy to use so it does not accept manually written ZPL code.
The ZSB Series printers (ZSB-DP12 & ZSB-DP14) are cloud-based printers and do not accept any direct communication. They only work with the ZSB Series app on Android or iOS, the WebApp and the ZSB Printer Driver at this moment.
okay thank you . not the device we want, then.