Questions tagged [bluetooth-printing]
32 questions
16
votes
3 answers
How to push print to bluetooth thermal printer from android webview?
We configured Odoo POS application in a cloud server and from the desktop, if we click print receipt it will automatically pop up the print dialogue in chrome and can print from the connected device! The same application we developed in android…
user6761138
8
votes
0 answers
How to print in table-like structure on receipt ESC/POS
I'm trying to print a receipt using android and Bluetooth printer. I've managed to print text normally and using ESC/POS command for some of the texts. However I can't figure out how to print a table-like structure like:
I've tried to use…

rabbit87
- 3,165
- 2
- 20
- 29
5
votes
1 answer
Xamarin Print Image in bluetooth printer
I am trying print from Bluetooth printer (INTERMEC PB51), using Xamarin native android.
I have written the code based on the below link.
How can I print an image on a Bluetooth printer in Android?
My code is below.
private static byte[]…

Rakesh
- 2,730
- 10
- 39
- 65
4
votes
1 answer
Print to bluetooth printer on react-native
Is it possible to print text to bluetooth printer using react native? There are libraries for bluetooth ble, but it's not clear how to do that.
Some ble library and this too
Thanks a lot for your response

bubleh
- 368
- 3
- 12
4
votes
1 answer
Print Data through bluetooth printer using xamarin.forms
I am doing a cross platform app in which I need to print a set of data through bluetooth printer.For that i have gone through internet and found a way to print from android.Here is the code i implemented:
mBluetoothAdapter =…

Praveen Baruri
- 330
- 3
- 19
1
vote
0 answers
Flutter ESC-POS Utils Encode Turkish Characters(Invalid Character Problem)
I am developing a mobile app and that app prints invoices from bluetooth printer. So I imported "esc_pos_utils" and "bluetooth_thermal_printer" packages into pubspec.yaml file.
App can print invoices from printer with some Turkish characters like…

Alperen Aygün
- 113
- 7
1
vote
0 answers
Printing in bluetooth thermal printer where my bottom text becomes small
I am trying to print a receipt from a Bluetooth thermal printer with a receipt size of
•Paper Width: 57 +/- 0.5mm
•Print Width: 48 +/- 0.5mm
Bluetooth thermal printer model (might help for more specification)
PT-210 Portable Wireless Bluetooth…

Francisco Lawrence
- 11
- 1
1
vote
1 answer
How to print Arabic string in Bluetooth printer using flutter
I want to print a receipt voucher in Arabic, but after printing the words appear in Chinese.
I'm using esc_pos_bluetooth package to print via Bluetooth and I followed the steps in package example here .
this is the code to print:
Future…

SALMAN ABOHOLIQAH
- 69
- 10
1
vote
0 answers
How to print the data using bluetooth printer react-native?
I referred the below link. And unable to connect to printer via Bluetooth.
https://www.npmjs.com/package/react-native-bluetooth-escpos-printer

Prajna
- 578
- 4
- 8
- 23
1
vote
2 answers
Print Strings with next line in Java (Zebra Line Mode)
I want to print two strings using Zebra printer with Line Mode.
I have used \n as well as String newline = System.getProperty("line.separator");
Still the Zebra Printer is not printing the two strings in different lines.
Here is my code
String…

James
- 13
- 3
1
vote
0 answers
cordova Android - print from app on zebra Bluetooth printer
I have an app which prints some text or image using a imz320 bluetooth
printer.
For this, I'm using this plugin: https://github.com/srehanuddin/Cordova-Plugin-Bluetooth-Printer
This is the function (from the plugin) that attempts to print my…

Osman Bozkurt
- 11
- 2
1
vote
1 answer
android how to connect with Bluetooth printer?
Actually i already make an connection between my android device and bluetooth printer i have few problems in it
Bluetooth connection is made out in one fragment.When i go back into fragment once again i need to recreate the connection.But i want…

Karthi 028
- 23
- 8
1
vote
1 answer
How to get bluetooth port indentifier from bluetooth printer
I am working on one Bluetooth printing application, in which I discover all near by Bluetooth. Now I have to check particular Bluetooth is Samsung printer OR zebra printer or any other type of printer.
As we can get identifier of bluetooth by using…

Hardik Joshi
- 9,477
- 12
- 61
- 113
0
votes
1 answer
ZPL command based printer prints blanks in Xamarin iOS via bluetooth
I'm trying to print something using ZPL command, but unfortunately it is getting printed as blank, I know that the printer works, because there's a sample command given with this printer and when I use this, it prints the test page.
This is the…

Venky
- 1,929
- 3
- 21
- 36
0
votes
0 answers
Bluetooth printing issue with printer when already paired to device react-native-thermal-printer (android)
I am using react-native-thermal-printer for printing via bluetooth. It's working properly when my device is not paired with printer. but it's giving not able to connect error when my device is already paired with printer.
Here is the method i'm…

Patel Dhara
- 858
- 7
- 16