Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Connecting printer with android tablet

Tags:

android

I need to connect printer with android based tablet using usb and i need to print from my android application using usb printer.My tablet has two usb port . how can i connect it ?

like image 352
Ramesh Solanki Avatar asked Oct 10 '11 05:10

Ramesh Solanki


People also ask

How do I add a printer to my Samsung tablet?

From a Home screen, swipe up or down from the center of the display to access the apps screen. From the 'Print Services' section, tap the preferred printing option (e.g., Samsung Print Service Plugin). then complete remaining steps for download and install. Select the available printer.


2 Answers

Are you looking to print to a big desktop printer or a receipt printer?

If you're looking for a receipt printer, Star Micronics has an Android SDK that you can freely download here: http://www.starmicronics.com/support/SDKDocumentation.aspx.

It covers USB printing. The printer can be connected directly to a tablet with USB ports. Your tablet needs to have Android V3.1 or higher for direct USB connection with a printer.

This SDK has a really nice sample app that lets you test and customize a lot of printer functions to see them in action. Each function is documented in the source code. The commands and their parameters are also available in the app itself as a quick on screen reference which is convenient. On top of all that, it's well documented.

like image 147
LtH Avatar answered Oct 01 '22 02:10

LtH


I think that there is no normal way by which we can connect the android tablet to a USB printer, if the printer is a WiFi supporting one then there are numerous apps through which we can print. eg:(http://www.makeuseof.com/tag/print-android-phone-printershare/)

For experiment ready guys follow this link : http://www.tombom.co.uk/blog/?p=124

like image 20
DAS Avatar answered Oct 01 '22 04:10

DAS