
Thermal Printer Technical Manual
58
SendData(SendStr, 11);
5.
CPCL Command Details
START commands
[Name]
Start command
[Format]
!
{offset} 200 200 {height} {qty}
[Description]
{offset}: offset of the whole barcode in horizontal direction
200: horizontal resolution
,
203dots/inch
(
8dots/mm
)
200: vertical resolution
,
203dots/inch
(
8dots/mm
)
{height}: the max height of barcode, the unit is dot
{qty}: the quantity of printed barcode, the most is 1024pcs.
[Example]:
! 0 200 200 210 1
TEXT 24 0 30 40 Hello World
FORM
PRINT
PRINT Commands
[Name]
Print command
[Format] {command}
[Description] {command}:PRINT
Under CPCL command mode, this is the last command to stop print command or
to print file; When carrying out the print command, the printer exits the control
range. One “Enter” must be needed after the print commands.
If error happened during printing, print again after recovery from error.
[Example] ! 0 200 200 210 1
TEXT 24 11 30 40 ...................
Hello World
..................