Open niyonx opened 2 years ago
To cut paper print the following command it works fine with the EPOS printer
await flutterUsbPrinter.printText("\x1B" + "\x6D"); //to cut paper
"\x1B" + "\x6D"
is Equvilant to chr(27).chr(109)
this command is for EPOS printer to cut paper.
Is there a command to cut?