Closed yashvarshneyarc12 closed 2 years ago
when we are accepting data other than upc-a code we are getting error in code.. bytes += generator.barcode(Barcode.code128( true , false , false , false)); bytes += generator.barcode(Barcode.upcA(barData));
This is a direct problem with the package to generate print commands.
You can see the issue here issue esc_pos_utils
when we are accepting data other than upc-a code we are getting error in code.. bytes += generator.barcode(Barcode.code128( true , false , false , false)); bytes += generator.barcode(Barcode.upcA(barData));