kakzaki / blue_thermal_printer

Working with thermal printer via bluetooth (Flutter)
MIT License
164 stars 205 forks source link

Dont print correctly the sample or simple QrCode #171

Closed visued closed 1 year ago

visued commented 1 year ago

Hello, I'm using the example code on my printer, trying to print a simple QrCode, however, I have only strange characters in my printout, any idea how to solve it?

        bluetooth.printQRcode("Testeeeeeeeeeeeee", 200, 200, Align.center.val);
        bluetooth.printNewLine();
        bluetooth.printNewLine();

This is sample qrcode printer3

This is the output of test sample printer4

visued commented 1 year ago

I solved it, my printer was configured for another language, I changed it to ESC/POS and now it prints normally.