I'm very new to ESC Pos printing. Im writing an app which prints receipts, if I try to print an 'ö' I get an '?'. I already set the Codepage to CP437, which should support 'ö' as an character.
In the documentation it explains how I can print special characters, but I just cant get it working: Heres the snippet from the doc.
Edit 1 (code added):
MainActivity.BLUETOOTH_PRINTER.BT_Write(new byte[] {0x1B, 0x52, 0x7});
Using MainActivity.BLUETOOTH_PRINTER_BT_Write()
I can print byte[]
parts, however printing above code gives me a long page (200 characters) of random stuff.
Heres the full documentation: https://sparkag.com.br/wp-content/uploads/2016/06/ESC_POS-AK912-English-Command-Specifications-V1.4.pdf