Skip to content

mmilidoni/zbtprinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Cordova/Phonegap driver for Zebra bluetooth printers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published