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

cannot print images, barcode, QRCODE,

Open danielgdfr opened this issue 4 years ago • 3 comments

I am using the code from the TSC.JS example and it does not print the expected result correctly. I am working with react native 0.63 and with an Android 8 device 16022620867393231617875006896843

danielgdfr avatar Oct 09 '20 16:10 danielgdfr

Try using BluetoothEscposPrinter instead of BluetoothTscPrinter

pgqueme avatar Oct 28 '20 13:10 pgqueme

was fixed? I have the same problem.

FaustoCouto avatar Apr 29 '23 22:04 FaustoCouto

oh this BluetoothEscposPrinter work to me: await BluetoothEscposPrinter.printPic(logo, {width: 250, height: 50});

FaustoCouto avatar Apr 29 '23 22:04 FaustoCouto