urovosamples / SDK_ReleaseforAndroid

This repository contains all the samples files for Urovo Android Smart POS Payment Terminal;Handheld Data Terminal, including the revision history.
53 stars 25 forks source link

EAN 13 #4

Open MosCriogen opened 4 years ago

MosCriogen commented 4 years ago

currentY = printerManager.drawBarcode(messageToPrint, stringFromX, stringFromY, barCodeType, barCodeWidth, barCodeHeight, rotation);

I don't now why, but if i start with messageToPrint == "4006127013035", stringFromX == 0, stringFromY == 0, barCodeType == 13, barCodeWidth == 3, barCodeHeight == 60, rotation == 0, then nothing not going on. Errors does not appears, currentY always 0, and nothing does n't printing!

Please help!!!