januslo / react-native-sunmi-inner-printer

http://docs.sunmi.com/htmls/index.html?lang=zh##V1文档资源 根据商米V1文档开发的热敏打印
MIT License
74 stars 121 forks source link

How do i make the knife cut the receipt in the end? #50

Open smedapati opened 5 years ago

smedapati commented 5 years ago

How do i make the knife cut the receipt in the end?

mitchelson commented 4 years ago

install base64-js yarn add base64-js and

import base64 from "base64-js";

async function print(){
  var cutpaper = [0x1d, 0x56, 0x41, 0x00];
  var cutPaperStr = base64.fromByteArray(cutpaper);
  try{
     ...
     await SunmiInnerPrinter.sendRAWData(cutPaperStr);
  }
}
jeffreyvanhees commented 2 years ago

Please note that not all printers have a cutting ability