1/3
POS PRINTER DRIVER ESC/POS screenshot 0
POS PRINTER DRIVER ESC/POS screenshot 1
POS PRINTER DRIVER ESC/POS screenshot 2
POS PRINTER DRIVER ESC/POS Icon

POS PRINTER DRIVER ESC/POS

Fidelier
Trustable Ranking IconTrusted
1K+Downloads
1MBSize
Android Version Icon4.0.3 - 4.0.4+
Android Version
18.0(06-02-2020)Latest version
-
(0 Reviews)
Age ratingPEGI-3
Download
DetailsReviewsVersionsInfo
1/3

Description of POS PRINTER DRIVER ESC/POS

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

POS PRINTER DRIVER ESC/POS - Version 18.0

(06-02-2020)
Other versions
What's newposibilidad de envio de intent especialIntent intentPrint = new Intent(); intentPrint.setAction("com.fidelier.posprinterdriver.PrintActivity"); intentPrint.putExtra(Intent.EXTRA_TEXT, "$intro$PRINT FROM VIRTUAPOS$intro$"); intentPrint.setType("text/plain"); Log.i(internalClassName, "sendDataToIPPrinter Start Intent"); activity.startActivity(intentPrint);

There are no reviews or ratings yet! To leave the first one please

-
0 Reviews
5
4
3
2
1
Info Trust Icon
Good App GuaranteedThis app passed the security test for virus, malware and other malicious attacks and doesn't contain any threats.

POS PRINTER DRIVER ESC/POS - APK Information

APK Version: 18.0Package: com.fidelier.posprinterdriver
Android compatability: 4.0.3 - 4.0.4+ (Ice Cream Sandwich)
Developer:FidelierPrivacy Policy:http://posprinterdriver.com/pages/privacyPermissions:11
Name: POS PRINTER DRIVER ESC/POSSize: 1 MBDownloads: 614Version : 18.0Release Date: 2024-05-21 06:02:30Min Screen: SMALLSupported CPU:
Package ID: com.fidelier.posprinterdriverSHA1 Signature: DF:84:68:DB:71:D0:35:D2:C8:34:C7:3A:81:56:AF:91:D6:97:C5:3ADeveloper (CN): FidelierOrganization (O): Fidelier Medios de Pago S.L.Local (L): MadridCountry (C): 28008State/City (ST): Madrid

Latest Version of POS PRINTER DRIVER ESC/POS

18.0Trust Icon Versions
6/2/2020
614 downloads1 MB Size
Download

Other versions

15.0Trust Icon Versions
3/12/2017
614 downloads2 MB Size
Download
14.0Trust Icon Versions
2/3/2017
614 downloads2 MB Size
Download
2.3Trust Icon Versions
8/12/2016
614 downloads2 MB Size
Download
2.2Trust Icon Versions
9/11/2016
614 downloads2 MB Size
Download
1.7Trust Icon Versions
19/6/2016
614 downloads2 MB Size
Download

Apps in the same category

You may also like...