Printing on a Bluetooth printer

priya picture priya · Feb 27, 2011 · Viewed 16k times · Source

I need to print on a Bluetooth printer. I already have a program for the Windows mobile platform, that sends commands and data via Bluetooth to a Zebra RW 420 printer, using the Zebra Printer Protocol. It's just a stream sent on Bluetooth.

Now, we'd like to do this on Android. I would like to know some basic information:

  1. Is this type of printing possible/doable (we've seen very little information regarding printing on Android), or is Bluetooth limited to audio and file transfer?
  2. How to connect a Bluetooth printer to the Android device.

Answer

Kris Heath picture Kris Heath · Feb 28, 2011

Your best bet will be to use the ZebraLink SDK for Android devices. You can download it from Zebra here. The SDK comes with a load of sample code and documentation which covers how to use it, so you should be able to jump right in!