Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to connect android device to external printer through Bluetooth?

I need to connect to printer through Bluetooth. Is there a way to do it. Printer I use is CMP10BT.

Thanks in advance.

like image 628
ngesh Avatar asked Nov 05 '22 16:11

ngesh


1 Answers

Peerke is correct. The printer uses rather common ESC/POS standard; you should be able to either find some Java library for this or write your own code to output to printer.

I did similar things for Zebra (CPCL standard) and Blackberry (again, Bluetooth and Java) and found it simple.

like image 51
port443 Avatar answered Nov 15 '22 11:11

port443