Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 601 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 601 Bytes

zbtprinter

A Cordova/Phonegap driver for Zebra bluetooth printers

##Usage You can send data in ZPL Zebra Programing Language:

cordova.plugins.zbtprinter.print("^XA^FO10,10^AFN,26,13^FDHello, World!^FS^XZ","AC:3F:A4:52:73:C4"
    function(success) { 
        alert("Print ok"); 
    }, function(fail) { 
        alert(fail); 
    }
);

##Install ###Cordova

cordova plugin add https://github.com/mmilidoni/zbtprinter.git

##ZPL - Zebra Programming Language For more information about ZPL please see the PDF Official Manual