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

SDK does not print any text, only logo and QR code with TSP100III model via Bluetooth #13

Closed LewisEKay closed 1 year ago

LewisEKay commented 1 year ago

Description

A clear and concise description of what a bug is.

Your device where the bug occurs

Your printer

Your development environment

The result of executing the command ver on Windows, sw_vers on macOS, uname –a on Linux, or these equivalent commands.

To Reproduce

Steps to reproduce the behavior:

  1. Download this repo
  2. Connect to print and attempt to print using PrintingActivity
  3. Machine will only print QR code and Star Logo

Expected behavior

It should print the entire sample code incouding the plain t shirt, denim info, etc.

Screenshots

If applicable, add screenshots to help explain your problem.

IMG_0655

alsedi commented 1 year ago

I guess it is graphics only, and you need to pre-render the text and send it as an image. I have a similar printer it never printed texts from starPRNT or starXpand SDKs, only images.

LewisEKay commented 1 year ago

@alsedi it's weird it says the device is supported in the starXpand list and no where says about printing as an image. Not that I can see but yes this seems to be the case thank you.