Page 1 of 1

How do I print to USB Zebra printer

Posted: Thu Nov 26, 2015 8:33 am
by leodh
Hi all,

I have a Zebra TLP 2844 printer connected to a Windows 7 machine via usb.

Does anybody know how to print to it via the USB port

Here is and example of the Code it uses

N
A50,0,0,1,1,1,N,"Example 1"
A50,50,0,2,1,1,N,"Example 2"
A50,100,0,3,1,1,N,"Example 3"
A50,150,0,4,1,1,N,"Example 4"
A50,200,0,5,1,1,N,"EXAMPLE 5"
A50,300,0,3,2,2,R,"Example 6"
P1

does anyone have any suggestions.

Thanks

Re: How do I print to USB Zebra printer

Posted: Thu Nov 26, 2015 9:30 am
by Demivec
leodh wrote:Does anybody know how to print to it via the USB port
Printer Manual
Programming Guide

Re: How do I print to USB Zebra printer

Posted: Thu Nov 26, 2015 9:31 am
by captain_skank
Isn't a zebra printer a barcode / label printer ?? they normaly ship with their own specific software which may include programming examples for various 'main stream languages' that you'll either have to adapt or opearte with srod's ComMatePlus.

You could also try printing directly using the excellent PrinterLib ( http://www.purebasicpower.de ) - it's what I use with dymo and brother label printers.