Print Images via Bluetooth from Android

// Expert user has replied.
C Chris Dorman 2 years 11 months ago
37 1 0

I have connected to the printer and can print text fine, using an OutputStream, as below:
    
     btOutputStream.write("Test Text".getBytes());
 
How can images be sent to this and printed?
Can this be achieved by using a byte array of the bitmap?
 
This is a logo, so if the image could be saved on the printer and accessed, this code would also be helpful.
 
Thanks

Please register or login to post a reply

1 Replies

S Samantha Corn

Hi Chris,
Printing can be done via Bluetooth using Zebra's Link-OS SDK. A basic demo Android app can be found here.
Images can be saved on the printer using Zebra Setup utilities. A basic tutorial for saving graphics can be found here.
-Samantha

CONTACT
Can’t find what you’re looking for?