3
I’ve been searching and found nothing about printing on Android through a Bluetooth printer. Is it possible to do this? Is there a library or SDK?
3
I’ve been searching and found nothing about printing on Android through a Bluetooth printer. Is it possible to do this? Is there a library or SDK?
3
Yes, it is possible! I work in a company that has products for mobile devices and in one of them we use bluetooth printing, in a small printer acquired from abroad. The printer came with the SDK needed to use it, as well as example application on Android.
Browser other questions tagged android bluetooth printer
You are not signed in. Login or sign up in order to post.
SDK is free software?
– Jorge B.
Maybe I didn’t use the correct term, the SDK works more like a Driver, specific to that device. It comes along with the product and the product is paid for.
– Alisson
It’s nice to know it works at least, but I needed something that works for most printers. Of course, then it would have to be implemented in a way that let include several drivers.
– Jorge B.
I don’t know if there’s a way that works that way, but if there is, it would really be nice.
– Alisson