Open akihabaras opened 3 years ago
Print_OpenDraw: function()
{
console.log("Opening Cashdraw.")
try {
device.open(function() {
printer
.cashdraw()
.close();
});
} catch (e) {
thisclass.alert("Error: "+e);
}
},
Exact extract from one of my functions that issues a cash draw kick.
Hope this helps.
Hi guys, I have tried everything I could think of, to trigger the cashdrawer and kick open it without printing, but it just ignores me! Can you please help me with this?