EPL Commands
LO
118
14245L-003 Rev. A EPL Programming Guide 12/16/13
LO

Line Draw Black

Description Use this command to draw black lines, overwriting previous information.
Syntax LOp1,p2,p3,p4
Parameters This table identifies the parameters for this format:
Parameters Details
p1 = Horizontal start
position
Horizontal start position (X) in dots.
p2 = Vertical start position Vertical start position (Y) in dots.
p3 = Horizontal length Horizontal length in dots.
p4 = Vertical length Vertical length in dots.
Example •
N : clear image buffer
LO50,200,400,20 : draw a line
LO200,50,20,400 : draw another line
P1 : print one label
will produce this label: