Open
Description
Hello, I need to send raw data to printer.
I am using thermal transfer Zebra printer to print stickers.
Each sticker is encoded, like this:
.
N
q300
Q200,24
S1 ; speed
D2 ; density
A10,20,0,3,1,1,N,"-----------------"
A10,40,0,3,1,1,N,""
A10,60,0,3,1,1,N,"TEST 172.30.40.64"
A10,80,0,3,1,1,N,""
A10,120,0,3,1,1,N,"----------------"
P1
.
Problem is, this data is sent to printer as text, whereis it should be sent as raw.
As result, stickers look like this:
These are commands for EPL language, described here
I can print as raw with command like this:
$ cat label.txt | lpr -PZebra_Technologies_ZTC_GK420t -oraw
Metadata
Metadata
Assignees
Labels
No labels