giorgiofellipe / cordova-plugin-datecs-printer

Cordova plugin to print on Mobile Bluetooth ESC/POS Printers - Tested on Datecs DPP-250 Printer
MIT License
73 stars 60 forks source link

printing wrong barcode format. #145

Open trithesh opened 4 years ago

trithesh commented 4 years ago

I have been using barcode format 75 and barcode value as numbers, and [http://www.coineltech.com/exel-bt3a](exel thermal printer). I'm able to get text value as correct one but the barcode is not correct, getting the wrong format. this is the code. window.DatecsPrinter.printBarcode( 75, barcodeData, function () { alert('success!'); }, function (error) { alert(JSON.stringify(error)); }) suppose to get barcode but got this WhatsApp Image 2019-08-26 at 4 40 53 PM

pailoro commented 4 years ago

@trithesh My barcode dont even is printed, instead, I got a code error. Did you have this problem?

trithesh commented 4 years ago

I got correct text printed but the barcode is wrong, not even scanners are reading.