shangmisunmi / SunmiPrinterDemo

printer test demo
290 stars 139 forks source link

Clear buffer method not working #72

Open hharera opened 2 years ago

hharera commented 2 years ago

Scenario

        printerService?.enterPrinterBuffer(true)

        printerService?.printBitmap(bitmap, callback)

        printerService?.commitPrinterBuffer()

        printerService?.exitPrinterBuffer(true)

Work Around Solution

        printerService?.printText("\n", callback)