react-native-bluetooth-escpos-printer icon indicating copy to clipboard operation
react-native-bluetooth-escpos-printer copied to clipboard

Cut the paper after printing

Open sql-injector opened this issue 3 years ago • 2 comments

Is there a function that cuts the paper (if available in the printer) after printing is finished? I have to tare the paper myself, but my printer also supports a cutting function.

sql-injector avatar Jan 25 '22 13:01 sql-injector

yes i would like to know that command also

malzate avatar Apr 12 '22 02:04 malzate

Sending this raw command code at the end will do the trick.

await BluetoothEscposPrinter.printText('\x1B\x69', {});

heyfromapp avatar Nov 29 '23 02:11 heyfromapp