StarPRNT-SDK-Android-Java
StarPRNT-SDK-Android-Java copied to clipboard
StarPRNT SDK for Android including libraries for supporting application development for Star printers.
## 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[]...
## 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...
## 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...
builder.appendBitmapWithAlignment(createBitmapFromText(model.title, textSize, 384, typeface), true, ICommandBuilder.AlignmentPosition.Center);