andresperezmelo / print_bluetooth_thermal

Plugin para enviar bytes sin procesar a la impresora solo por ahora para Android
Other
27 stars 35 forks source link

Problem With code128 data retrival #4

Closed yashvarshneyarc12 closed 2 years ago

yashvarshneyarc12 commented 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));

andresperezmelo commented 2 years ago

This is a direct problem with the package to generate print commands.

You can see the issue here issue esc_pos_utils