Android Question Bluetooth ESC/POS Printer

Hi,

I am trying to get one of these Bluetooth ESC/POS Printers to print from an app with no success. I found a class by @agraham that also isn't working for me. Does anyone have any ideas/suggestions to make it work?
My printer is a 4B-2033PA 80mm thermal printer and uses codepage 850.
 
Please see the code I'm attempting to use below:
Also note that this does connect to the printer just doesn't print.
And I have updated the codepage to match the printer as well.
 

Attachments

  • BluetoothPrinter_v2.0.zip
    298.6 KB · Views: 54
Upvote 0

ernschd

Active Member
Licensed User
Longtime User
Hello,


see if it works if you enter the following in the manifest editor:
B4X:
AddPermission(android.permission.ACCESS_FINE_LOCATION)
 
Upvote 0
Top