star-micronics / StarXpand-SDK-Android

StarXpand SDK for Android is a software development kit for supporting application development for Star Micronics devices.
https://star-m.jp/starxpandsdk-oml.html
Other
13 stars 0 forks source link

The function actionPrintText() not work in android 11 #17

Closed hymith closed 4 months ago

hymith commented 9 months ago

The function actionPrintText() not work in android 11 but actionPrintImage or actionPrintQRCode worked fine!

Device

Printer

YuzoKato commented 9 months ago

TSP100III series does not support actionPrintText(content: String) because the products are graphics-only printers. Please use the actionPrintImage(parameter: ImageParameter) to create printing data for these products. For other available methods, please also refer to “Supported Model” of each method.

You can refer to GraphicReceipt sample code about how to create data for graphic printers. You can see the image on #15 GraphicReceipt 2inch.

Tatsuki-Yamamoto2731 commented 4 months ago

I am closing this Issue. If you still have this issue, please reopen it.