设置左页边距打印

时间:2019-05-04 01:21:07

标签: escpos

我想移动打印机的左边距,但是如果我设置了

const ESC = "\x1b";
echo ESC."$".chr(0).chr(8); // left margin

打印完全不移动,我的打印区域少了1个字符,那么如何移动所有区域? 我不知道该怎么设置

n1 and n2 are hex values. Convert each to decimal. Then, use this formula to get the
decimal equivalent: (n1 × 256) + n2.
If the number exceeds the printable area, it is ignored.
The maximum value for the customer receipt station is 576.

编辑 也许可以使用“设置相对位置”进行设置?转移打印区域?

谢谢

0 个答案:

没有答案