We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
barcode.setHRIPosition(BarCode.BarCodeHRIPosition.NotPrinted_Default); barcode.setJustification(EscPosConst.Justification.Center); escpos.feed(2); escpos.write(barcode, "2J2J2J2J2J2J2J2J2J2J");
Here it prints 2Z2Z2Z2Z2Z2Z2Z2Z2Z2Z.
Again with escpos.write(barcode, "2H2I2J2Q2R2S2T"); it prints 2H2I2Z2Q2R2S2T.
The text was updated successfully, but these errors were encountered:
With 1J2J3J4J5J6J7J8J9J0J, the result is 1Z2Z3Z4Z5Z6Z7Z8Z9Z0Z
With JJJJ-ZZZZ-jjjj-zzzz, the result is ZZZZ-ZZZZ-jjjj-zzzz
it seems it's only not working for Capital J.
Sorry, something went wrong.
No branches or pull requests
barcode.setHRIPosition(BarCode.BarCodeHRIPosition.NotPrinted_Default);
barcode.setJustification(EscPosConst.Justification.Center);
escpos.feed(2);
escpos.write(barcode, "2J2J2J2J2J2J2J2J2J2J");
Here it prints 2Z2Z2Z2Z2Z2Z2Z2Z2Z2Z.
Again with escpos.write(barcode, "2H2I2J2Q2R2S2T"); it prints 2H2I2Z2Q2R2S2T.
The text was updated successfully, but these errors were encountered: