Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi friends, I am developing an Android App that connects with a Bluetooth printer for printing the data mostly receipts(its a thermal printer). I have googled it
and found the code which I am posting in the below link .

http://pastie.org/6108587 and this link also http://pastie.org/6108619

I was able to detect the bluetooth and even got the MAC address and the printer name. but when I

send the data to the printer it is throwing as Timeout exception and some time as Null Pointer exception.

I am sending byte array as data to the printer but the printer is taking too much time to receive the data. I dont know why this is happended and I used the

following code to connect and print the data. Is this code is correct? If not is there any other way to connect to the printer.

Thanks in Advance
Ganesh
Posted
Updated 10-Feb-13 8:13am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900