Used POS PRINTER DRIVER ESC/POS for Android?


POS PRINTER DRIVER ESC/POS Analysis

AI Assisted Content ·

Not written by CNET Staff.

The POS Printer Driver ESC/POS is a free Android app designed to facilitate receipt and voucher printing using POS printers. This utility supports multiple printing methods, including built-in device printers and USB connections, making it versatile for various business needs. Users can print directly from the app or through web browsers on mobile devices, tablets, or PCs, enhancing accessibility and convenience in managing transactions. The application is particularly useful for businesses that require quick and efficient printing solutions on the go.

Top Recommended Alternative

In addition to its core printing functionalities, the app is user-friendly and easy to configure, catering to both businesses and consumers. The ability to print from different devices and platforms broadens its usability, ensuring that users can maintain efficient operations regardless of their hardware setup. Overall, the POS Printer Driver ESC/POS offers a practical solution for managing receipt printing tasks effectively.

Enlarged image for POS PRINTER DRIVER ESC/PO…
POS PRINTER DRIVER ESC/POS 0/3

Used POS PRINTER DRIVER ESC/POS for Android?


Explore More


Full Specifications

GENERAL
Release
Latest update
Version
20.28
OPERATING SYSTEMS
Platform
Android
Operating System
Android 15.0
POPULARITY
Total Downloads
134
Downloads Last Week
3

Report Software

Program available in other languages


Last Updated


Developer’s Description

XXXXXX. Source Code now avaliable , send mail to ask for it. XXXXXX. You can be printing in minutes with just a couple lines of code. It's as...

XXXXXX

Source Code now avaliable , send mail to ask for it!

XXXXXX

You can be printing in minutes with just a couple lines of code. It's as simple as creating your intent, adding your ESC formatted string and start the (service) intent.

See demo in

https://bitbucket.org/fidelier/posprinterdrivertest/src

Now it si possible direct logo printing on pro version, just choose a logo on config, and it will be printed on top of every document.

Print From Web in an android device web. Just make a link:

a href="com.fidelier.printfromweb://$biguhw$Print From Web$intro$$small$Print small letter$intro$->$intro$->$intro$->$intro$$intro$$intro$$intro$$cut$$intro$"Test print from web/a

Print direct from Server!

Read instruction in the web

Open and close a tag

Include helpers for ESC commands like

Easy font size selection.

$small$ For small size

$smallh$ For small size with double hight

$smallw$ For small size with double width

$smallhw$ For small size with double hight and width

$smallu$ For small size underline

$smalluh$ For small size with double hight underline

$smalluw$ For small size with double width underline

$smalluhw$ For small size with double hight and width underline

$big$ For big size

$bigh$ For big size with double hight

$bigw$ For big size with double width

$bighw$ For big size with double hight and width

Add u to underline

$cut$ To cut the paper

$drawer$ To open the first drawer

Ejemplo

String dataToPrint="$big$This is a printer test$intro$posprinterdriver.com$intro$$intro$$cut$$intro$";

Intent intentPrint = new Intent();

intentPrint.setAction(Intent.ACTION_SEND);

intentPrint.putExtra(Intent.EXTRA_TEXT, dataToPrint);

intentPrint.setType("text/plain");

this.startActivity(intentPrint);

Enlace directo:

String dataToPrint="$big$This is a printer test$intro$posprinterdriver.com$intro$$intro$$cut$$intro$";

Intent intentPrint = new Intent();

intentPrint.setAction(Intent.ACTION_SEND);

intentPrint.putExtra(Intent.EXTRA_TEXT, dataToPrint);

// Link IP:port direct

intentPrint.putExtra("printer_type_id", "1");// For IP

intentPrint.putExtra("printer_ip", printerIpAddress);

intentPrint.putExtra("printer_port", printerPort);

// Link USB:port direct

intentPrint.putExtra("printer_type_id", "3");// For USB

intentPrint.putExtra("printer_usb_product_id", usbProductID);

intentPrint.putExtra("printer_usb_vendor_id", usbVendorId);

intentPrint.putExtra("printer_usb_device_id", usbDeviceID);

// Link BT:port direct

intentPrint.putExtra("printer_type_id", "4");// For bluetooth

intentPrint.putExtra("printer_bt_adress", BtDevice);

intentPrint.setType("text/plain");

intentPrint.setType("text/plain");

Log.i(internalClassName, "sendDataToBTPrinter Start Intent");

Free version could print ads on your ticket


Download.com
Your review for POS PRINTER DRIVER ESC/POS
Download.com

AI Assisted Content Disclosure

Content created and reviewed by Softonic with information obtained from Fidelier, using AI.

CNET's editorial team was not involved in the creation of this content. Opinions, analysis and reviews were not provided by CNET.