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 1 forks source link

No text being printed. #4

Closed DarrenMiddleton closed 1 year ago

DarrenMiddleton commented 1 year ago

Description When using the demo app to print the example receipt the only information that is being printed is the logo and the QR code. No text is being printed.

Printer

Steps to reproduce the behavior:

  1. Run the demo app.
  2. Try to print using the print activity.
  3. Logo and QR code are only printed.
DarrenMiddleton commented 1 year ago

PXL_20221104_161939023

nicolasfaume commented 1 year ago

I got the same issue with a TSP100III connected with bluetooth.

dimiitpk commented 1 year ago

Same here

nicolasfaume commented 1 year ago

It seem this printer only support printing Bitmap.

I can print some recepts by converting content to bitmap and sending it to printer with com.starmicronics.stario10.starxpandcommand.PrinterBuilder#actionPrintImage.

gare-bear commented 1 year ago

@DarrenMiddleton @dimiitpk The TSP100III series is graphics-only, which was mentioned by @nicolasfaume.

Please use the actionPrintImage method to print on this printer; it does not support the actionPrintText method.