Zebra 888-TT通过EPL命令校准纸张及条码测试

本章主要介绍EPL中几个常用的命令:

1.       xa

This command is used to have the printer detect the label and gap length and set the sensor levels.

这个命令是用于检测打印纸张的标签大小,从而设定传感器标准。该功能主要用于变更打印纸张大小时用。

该命令不任何参数

Example:"xa"+"\r\n"

2.      Z

Use this command to select the print orientation.

使用此命令选择打印方向

该命令带参数 分别为:T =Printing from top of image buffer; B=Printing from bottom of image buffer; Default Orientation=T

Example:"ZB" + "\r\n"    //打印机初始化的时候,字体和条码都是从纸张右下角开始,ZB命令调整打印方向从左上开始,ZT打印方向从右下开始

3.     q

Use this command to set the width of printable area of the media.

使用此命令设置可打印区域的宽度

该命令带参数 参数为正整数

Example: "q448"+ "\r\n"     //q命令设定Label可打印的宽度,448dots

4.    S

Use this command to select the print speed.

使用此命令来设置打印速度

该命令带参数 参数一般0~6

Example:"S4" + "\r\n"      //打印速度的设定可以根据打印机的Model来查询,zebra 888-TT可选的速度为1~4,这边设定了最高速度4

5.   D

Use this command to select the print density.

使用此命令来设定打印浓度

该命令带参数 参数一般0~15

Example:"D15" + "\r\n"   //多数打印机的默认浓度为7或10

 

条码测试代码下载EPL命令测试zebar 888-tt

你可能感兴趣的:(image,command,测试,buffer,SuSE,printing)