andresperezmelo / print_bluetooth_thermal

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

Only Prints on Print Size 1 in Bluetooth Printer PT-280 #48

Closed hamzamon closed 4 months ago

hamzamon commented 4 months ago

Hi,

I tested two Bluetooth printers, PT-280 and MPT-II on both Android and iOS devices. On iOS, both printers print all sizes (1-5). However, on Android, the PT-280 only prints in size 1 and prints empty for other sizes. Please let me know how to resolve this issue.

Update: I found that the blank print issue occurs once the default print size is changed to any other size. After, it will only print in size 1.

andresperezmelo commented 4 months ago

Resetting the printout when sending a new size solves the problem?

In the package there is a class that prints various sizes, it is not documented but you can see it here

If you find this useful, let me know and I will document it.

hamzamon commented 4 months ago

Okay, Thank you