evald ibrahimi
evald ibrahimi
i tried with: ` AsyncEscPosPrinter printer = new AsyncEscPosPrinter(printerConnection, 203, 111f, 32);` where 111mm is the width and the result is as follows:  Image is centered Barcode also centered...
result with 72 No QR Code printed and and text align on the right broken. Most probably need to try with less than 72? 
Seems perfect with 69. The only small issue is the QR Code which is aligned a little bit on the right instead if the center, right? 
with: ``` "[L]831254784551\n" + "[L]blabla\n" + "[C]https://dantsu.com/\n" ``` Result: 
Hello again, just made some tests and if i send and ESC @ after the barcode, it is working as expected so QR Code is placed accordingly as the alignement...
Hi, Just a question. Why did you use the web sdk method for controlling the bixolon devices. JavaPOS should be more standard and basically interop with other pos devices and...
I see your point. Btw, my requirements are to use JavaPOS(or at least this is my conclusion) because the hybrid/web app has to use not only Bixolon devices but as...
i'm not sure but it is supposed to work without using multiple sdk. That's why they created this standard. The idea is that each hardware vendor implements it's own command...
Hi, Yes, i'm aware of the binding redirects but some aspect can be considered in my case. 1st, the .net exe loading the dll(which is what i developed and uses...
` "schemaUpdateMode": "ForceSync"` Just to be clear; with a CTRL+F5, everything works and nothing is deleted.