I have a question regarding printing QR codes on a Star TSP100 printer.
I followed the specifications in the programming manual and got the following set of commands:
// Set QR code model qz.append(chr(27)+chr(29)+chr(121)+chr(83)+chr(48)+chr(2));
// Set QR code mistake correction level qz.append(chr(27)+chr(29)+chr(121)+chr(83)+chr(49)+chr(1));
// Set QR code cell size qz.append(chr(27)+chr(29)+chr(121)+chr(83)+chr(50)+chr(3));
// Set QR code cell size (Auto Setting) qz.append(chr(27)+chr(29)+chr(121)+chr(68)+chr(49)+chr(0)+chr(60)+chr(0)+'data');
// Print QR code
qz.append(chr(27)+chr(29)+chr(121)+chr(80));
The problem is that nothing happens when the commands are sent to the printer.
Have someone tried printing qr codes? Have I made a mistake? I guess there cannot be a problem with the plugin, right? Even though, there is a command for printing the qr code. Could it be somehow a conflict between the "print qr code" command and the print function?
Best regards.
--
You received this message because you are subscribed to the Google Groups "qz-print" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qz-print+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to qz-print+unsubscribe@googlegroups.com.