Skip to content

Brother RJ-4250 ESC/P 打印指令需要在完成内容转码和传输后发送 FF 指令触发打印动作 #18

@AnonymousArthur

Description

@AnonymousArthur

如标题。
printerjob.js

/**
 * 最终打印
 */
printerJobs.prototype.finalizePrint = function () {
  this._enqueue(commands.FF);
  return this;
};

然后在打印内容设置完后需要调用 finalizePrint,这样条码打印机才会开始打印。这是和小票打印机不同的地方。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions