Is there a way to connect my Android device to an external printer via Bluetooth?

I need to connect to the printer via bluetooth. Is there any way to do this. Printer Used - CMP10BT.

Thanks in advance.

+5
source share
2 answers

Peerke is true. The printer uses a fairly common ESC / POS standard; you must be able to either find some Java library for this, or write your own code for output to the printer.

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

+1
source

Bluetooth api. (Http://developer.android.com/guide/topics/wireless/bluetooth.html)

Bluetooth api Bluetooth-, , . , , . . , , .

+1

All Articles