I`m using a Zebra printer and i have to print the barcodes via the ZPL engine , so far on mac is simple , i just create a file and then i use the shell to do the job like lpr -P gc420t -l print.epl how can i do that in windows ?
Is there a way to print the data via the command line ? or somebody has a better idea how to use that ?
Hello Tim, Well that was the second option in the case where i have a code to generate the QR code in Windows offline without any online thing.
So far i was using ZPL or EPL2 just because all it`s inside the printer and it handles all, do you know any code or plugins to generate QR codes for windows ?
Hello Aurelian,
You can add a generic printer (connected to the USB) , share that printer. Then print to a file and copy the file to that printer. (Don’t forget to include the computername . E.g. copy test.txt > \\mycomputer\zebra where zebra is the name of the generic printer.
Let`s say that i could find a usb serial adapter and for the windows version i can use the serial port but i have no idea how to doit, should i try ZPL or EPL .
I`ll try to do some tests and let you know the results.