Does the printer support CPCL? What are the commands you are sending?
--
--
To unsubscribe from this group, send email to jzebra-users...@googlegroups.com
http://code.google.com/p/jzebra
---
You received this message because you are subscribed to the Google Groups "jZebra users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jzebra-users...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Sorry,
Just saw the commands. I'm familiar with CPCL. I can locate an old example I have if needed.
applet.append(String.fromCharCode(27)+"A1\r");
applet.print();
applet.append("+RIB 4"); // Monochrome ribbon
applet.append("F"); // Clear image buffer
applet.append("+C 8"); // Adjust intensity
applet.append("&R"); // Reset magnetic encoder
applet.append("&CDEW 0 0"); // R/W encoder format: 0 = ISO default
applet.append("&CDER 0 0"); // R/W encoder format: 0 = ISO default
applet.append("&SVM 0"); // Disable magnetic encoding verifications (use at your own risk!)
applet.append("T 80 600 0 1 0 45 1 JZEBRA TESTING"); // Write ASCII text on the card at coordinates 80:600.
applet.append("&B 1 123456^TESTING/JZEBRA X^789012"); // The magnetic strip data, track 1
applet.append("&E*"); // Actually write the
applet.append("I 10"); // Print card and send to print ready position
applet.append("MO"); // Move card to output hopper
applet.print();
applet.append("+RIB 4\r"); // Monochrome ribbonapplet.append("F\r"); // Clear image bufferapplet.append("+C 8\r"); // Adjust intensityapplet.append("&R\r"); // Reset magnetic encoderapplet.append("&CDEW 0 0\r"); // R/W encoder format: 0 = ISO defaultapplet.append("&CDER 0 0\r"); // R/W encoder format: 0 = ISO defaultapplet.append("&SVM 0\r"); // Disable magnetic encoding verifications (use at your own risk!)applet.append("T 80 600 0 1 0 45 1 JZEBRA TESTING\r"); // Write ASCII text on the card at coordinates 80:600.applet.append("&B 1 123456^TESTING/JZEBRA X^789012\r"); // The magnetic strip data, track 1applet.append("&E*\r"); // Actually write theapplet.append("I 10\r"); // Print card and send to print ready positionapplet.append("MO\r"); // Move card to output hopperapplet.print();
--
--
To unsubscribe from this group, send email to jzebra-users...@googlegroups.com
http://code.google.com/p/jzebra
---
You received this message because you are subscribed to the Google Groups "jZebra users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jzebra-users...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Can you try this?*REBOOT PRINTER*
applet.append("A1\r");*REBOOT PRINTER*
applet.append("A1\r\n");
--
--
To unsubscribe from this group, send email to jzebra-users...@googlegroups.com
http://code.google.com/p/jzebra
---
You received this message because you are subscribed to the Google Groups "jZebra users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jzebra-users...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
The ZXP3 is incapable of acting like a raw device and there is no Java API at this time. In addition it is windows only. These statements are paraphrased directly from a Zebra engineer, sorry.
There are other card printers that work, but the model you specify is incapable of working with jzebra/qz-print/QZ Tray at this time.
-Tres
--
--
To unsubscribe from this group, send email to jzebra-users...@googlegroups.com
http://code.google.com/p/jzebra
---
You received this message because you are subscribed to the Google Groups "jZebra users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jzebra-users...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
--
To unsubscribe from this group, send email to jzebra-users...@googlegroups.com
http://code.google.com/p/jzebra
---
You received this message because you are subscribed to the Google Groups "jZebra users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jzebra-users...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The ZXP3 is incapable of acting like a raw device and there is no Java API at this time. In addition it is windows only. These statements are paraphrased directly from a Zebra engineer, sorry.
There are other card printers that work, but the model you specify is incapable of working with jzebra/qz-print/QZ Tray at this time.