POS PRINTER DRIVER ESC/POS Application icon

POS PRINTER DRIVER ESC/POS 20.26

5.5 MB / 100K+ Downloads / Rating 2.6 - 350 reviews


See previous versions

POS PRINTER DRIVER ESC/POS, developed and published by Fidelier Medios de Pago S.L., has released its latest version, 20.26, on 2024-12-22. This app falls under the Tools category on the Google Play Store and has achieved over 100000 installs. It currently holds an overall rating of 2.6, based on 350 reviews.

POS PRINTER DRIVER ESC/POS APK available on this page is compatible with all Android devices that meet the required specifications (Android 5.1+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.fidelier.posprinterdriver

Updated: 4 months ago

Developer Name: Fidelier Medios de Pago S.L.

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing POS PRINTER DRIVER ESC/POS on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

2.6
Total 350 reviews

Reviews

4 ★, on 2024-03-22
Thank you so much you are so awesome

5 ★, on 2023-08-08
Very Good

1 ★, on 2022-12-15
Worst app. Virus include

2 ★, on 2022-11-01
I can make it print to a bluetooth printer while the app is open, however I cannot print from my POS app

2 ★, on 2022-08-27
Good App

3 ★, on 2022-01-04
it's great WHEN it works. been using it for over 2 years. had these problems so far - randomly loses connection to the connected printer. initially thought it was a power-saving issue on the printer, but this was nt the case. the printer works fine in other printer apps with no problems. had 1 reply, but then nothing after i responded to his questions. - randomly crashes for no obvious reason. have emailed the developer about this issue a few times. all our tablets are from lenovo. we have 100+ tablets it's a pity, because when it works (on about 20-30 tablets), it works amazingly well.

Previous Versions

POS PRINTER DRIVER ESC/POS 20.26
2024-12-22 / 5.5 MB / Android 5.1+

POS PRINTER DRIVER ESC/POS 18.0
2020-05-09 / 1008.6 KB / Android 4.0+

About this app

2024 Versión MultiPrinting
====

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.
Inverse colors of the logo, make gradient colors.

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 easy helpers for ESC commands like
Easy font size selection.
$qr-s-e-text$

Example $qr-8-50-www.posprinterdriver.com$
Size (1-16)
Error correction (48-51) 7%,15%25%,30%

$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

Example
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);
Direct link print:
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**

New features

Review bugs, and printing PDF

App Permissions

Allows applications to open network sockets.
Allows applications to access information about networks.
Allows applications to access information about Wi-Fi networks.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
Allows an application to write to external storage.
Allows an application to read from external storage.
Allows applications to connect to paired bluetooth devices.
Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
Allows applications to discover and pair bluetooth devices.