We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.

POS PRINTER DRIVER ESC/POS Capturas de pantalla

Acerca del POS PRINTER DRIVER ESC/POS

Imprime Logos y ticket desde tu propia app o web, Impresoras USB Bluetooth y Red

XXXXXX

Código fuente a la venta envía un mail para solicitar más información

XXXXXX

Puedes imprimir en impresoras de Tickets USB de RED y Bluetooth desde tu APP en minutos, o directamente desde tu web con la herramienta PosPrinterDriver y unas simples lineas de código.

Impresión directa de Logos en la versión PRO, solo tienes que añadirlo durante la configuración y se imprimiera en la cabeera de tu ticket.

Imprime desde web con un solo enlace.

Descarga una demo en:

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

a href="com.fidelier.printfromweb://$biguhw$Imprime desde web$intro$$small$Con letra pequeña$intro$->$intro$->$intro$->$intro$$intro$$intro$$intro$$cut$$intro$" /a

Abre y cierra el tag del enlace

La herramienta incluye ayudas para los comandos ESC/POS de Epson

Selección sencilla de tamaño de letra

$small$ Letra pequeña

$smallh$ Letra pequeña de doble altura

$smallw$ Letra pequeña de doble ancho

$smallhw$ Letra pequeña doble ancho y alto

$big$ Letra grande

$bigh$ Letra grande doble alto

$bigw$ Letra grande doble ancho

$bighw$ Letra grande doble ancho y alto

$cut$ Corte de papel parcial

$drawer$ Abre el cajón 1

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");

La versión gratuita puede imprimir publicidad en el ticket.

Novedades de Última Versión 18.0

Last updated on 04/12/2019

posibilidad de envio de intent especial
Intent 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);

Traductorio...

Información Adicional de Aplicación

Última Versión

Solicitar POS PRINTER DRIVER ESC/POS Actualización 18.0

Presentado por

Nathan Dutrieux

Requisitos

Android 4.0.3+

Available on

Conseguir POS PRINTER DRIVER ESC/POS desde Google Play

Mostrar más
Idiomas
Suscríbete a APKPure
Sé el primero en obtener acceso al lanzamiento anticipado, noticias y guías de los mejores juegos y aplicaciones de Android.
No, gracias
Suscribirme
¡Suscrito con éxito!
Ahora estás suscrito a APKPure.
Suscríbete a APKPure
Sé el primero en obtener acceso al lanzamiento anticipado, noticias y guías de los mejores juegos y aplicaciones de Android.
No, gracias
Suscribirme
¡Éxito!
Ya estás suscrito a nuestro boletín electrónico.