StarPRNT-SDK-Android-Java icon indicating copy to clipboard operation
StarPRNT-SDK-Android-Java copied to clipboard

StarPRNT SDK for Android including libraries for supporting application development for Star printers.

Results 4 StarPRNT-SDK-Android-Java issues
Sort by recently updated
recently updated
newest added

## Description When I execute the following code the printer will cut paper and then open the cash drawer: ``` StarIoExt.Emulation emulation = ModelCapability.getEmulation(ModelCapability.SP700); ICommandBuilder builder = StarIoExt.createCommandBuilder(emulation); builder.appendCutPaper(ICommandBuilder.CutPaperAction.PartialCutWithFeed); byte[]...

Status: work in progress
Target: other

## Scope This is probably a shortcoming in the StarIoPort3.1 lib that causes an error when used on Android devices. I couldn't find any place to report bugs for StarIOPort...

Type: enhancement
Status: wontfix
Target: StarIO

## Description **Printer:** SK1-311SF4-Q-SP, firmware 2.2, interface USB **Android SDK**: "com.starmicronics:stario:2.11.0 "com.starmicronics:starioextension:1.15.1 **Problem**: How to print in reverse direction? See image: https://imageupload.io/ZE9dt2KL5l3giEC I cannot found it in tutorial: www.star-m.jp/products/s_print/sdk/starprnt_sdk/manual/android_java/en/getting_start.html# Thank...

Status: question
Target: sample code

builder.appendBitmapWithAlignment(createBitmapFromText(model.title, textSize, 384, typeface), true, ICommandBuilder.AlignmentPosition.Center);

Status: question