Bluetooth Printer does not printing arabic in good format

I am working on Honeywell Bluetooth Printer, I have printed text using cordova-plugin-detect plugin but facing problem while printing arabic dear seniors kindly help…

1 Like

Did you find the answer?

Yes Bro I have found the Answer…thanks

can you share the code ?

You should use this plugin it will help full for you https://github.com/giorgiofellipe/cordova-plugin-datecs-printer

1 Like

Hello, I try the print using Arabic it’s print ??? instead of Arabic input. can you tell me which charset you are used

Also I try with the following method but did’t get success

var receipt =‘Print Test! دخول العملاء’;
var array = new Uint8Array(receipt.length);
for (var i = 0, l = receipt.length; i < l; i++) {
array[i] = receipt.charCodeAt(i);
}
window.DatecsPrinter.printText(array.buffer, ‘ISO-8859-1’);
window.DatecsPrinter.printText(“Print Test GB2312 !***#@4% دخول العملاء”, ‘ISO14443’);
window.DatecsPrinter.printText(“Print Test AAA دخول العملاء”, ‘UFT-8’);

@ishaquemujtaba can you help me please

kindly share with me your printer details, company, model

@ishaquemujtaba Epson TM-m30 Bluetooth/Ethernet Thermal POS Receipt Printer

You have to have use the EPSON company provided app on play store for connectivity with a printer and get pdf print out, find the EPSON APPS HERE

Yes I install already