|
| Inicio → WINDEV 2024 → printing barcodes on a ZEBRA printer from a WINDEV application |
| printing barcodes on a ZEBRA printer from a WINDEV application |
| Iniciado por vazcro, 01,oct. 2013 16:43 - 3 respuestas |
| |
| | | |
|
| |
| Publicado el 01,octubre 2013 - 16:43 |
Finishing a POS application for a jewelry outlet. Need to print barcodes from the application to a ZEBRA thermal printer. It has a number of interfaces, including USB.
Does anyone have any experience with this?
Thank you |
| |
| |
| | | |
|
| | |
| |
| Publicado el 01,octubre 2013 - 17:16 |
Hi Vincent
there are two ways of printing on a zebra, if I remember correctly.
1. you use their windows driver, in whihc case it's like printing on anything else, including the use of the report editor
2. you want to print directly on them, using their internal language, and in that case, you need to use the serial reading and writing functions. This is clearly more complex, but allows for a much faster printing, so depending of your volume, you may have to go there
Best regards
-- Fabrice Harari International WinDev, WebDev and WinDev mobile Consulting
More information on http://www.fabriceharari.com
On 10/1/2013 8:43 AM, Vincent Crosby wrote:
Finishing a POS application for a jewelry outlet. Need to print barcodes from the application to a ZEBRA thermal printer. It has a number of interfaces, including USB.
Does anyone have any experience with this?
Thank you |
| |
| |
| | | |
|
| | |
| |
Miembro registrado 953 mensajes |
|
| Publicado el 02,octubre 2013 - 12:45 |
hi Vincent,
if you choose the second option ( use ZPL Language to print on your Zebra ) , you could install a Windows Generic Text Only driver connected to your printer ( usb or serial ) , and use iPrint() function with your ZPL code.
If your not famillar with ZPL Language, you can download ZPLDesigner on Zebra website, create your own label and print this label into a file. This file will contain the ZPL code for your label  |
| |
| |
| | | |
|
| | |
| |
Miembro registrado 3 mensajes |
|
| Publicado el 05,febrero 2015 - 10:38 |
Vincent Crosby a écrit :
Finishing a POS application for a jewelry outlet. Need to print barcodes from the application to a ZEBRA thermal printer. It has a number of interfaces, including USB.
Does anyone have any experience with this?
Thank you
Just like Christophe PERRAULT said, you need to create your barcode label. Then you can easily to print bar code from your label documents, here are the tools for you print bar code label: http://www.onbarcode.com/excel_barcode/ http://www.onbarcode.com/word_barcode/ Good luck, hope it will help you. |
| |
| |
| | | |
|
| | | | |
| | |
|