Questions tagged [stario-sdk]

StarIO is an SDK for iOS and Android published by Star Micronics. It allows developers to interface with the Star Micronics printers.

10 questions
4
votes
4 answers

How do I make star TSP100LAN receipt printer work with Android?

I have found an API here However, when I run the AndroidSample test app I get errors. When I press on the "Get Printer Status" button I get "Printer is online". This button works it seems. However: Pressing "Read data from printer" yields…
esb
  • 41
  • 1
  • 2
3
votes
1 answer

Advice needed for android phonegap custom plugin

I have developed an app in phonegap (html5, JQuery, JS) and I want to develop a plugin to print to a BT printer. I download printer manufacturer's SDK and I imported the appropriate .jar file to my project with all the methods I will need in my…
kosbou
  • 3,919
  • 8
  • 31
  • 36
3
votes
1 answer

Creating a raster receipt on Star TSP100 printer in android

I'm trying to create a receipt that will print from an android device to a TSP100 Star printer. I have searched everywhere and can not find a simple example of printing a rasterized receipt (since TSP100 only accepts raster). I emailed Star and they…
bbeardall
  • 121
  • 2
  • 5
2
votes
1 answer

how to include and use stariosdk for android bluetooth printing

i am in android app and i want to use stariosdk in order to print a receipt from my app. This is the link for star SDK: http://www.starmicronics.com/support/SDKDocumentation.aspx I'm trying to follow the sdk's guides: All functionality is located in…
kosbou
  • 3,919
  • 8
  • 31
  • 36
1
vote
0 answers

Star printer prints garbage if writePort times out

I'm using a Star Micronics printer with the StarIO Java SDK to print some receipts. Sometimes when I'm sending bitmap data in raster mode, the StarIOPort.writePort() method times out. However, this method doesn't throw an exception and even returns…
Graph Theory
  • 699
  • 1
  • 7
  • 18
1
vote
0 answers

Binding StartIO3.1.jar to Xamarin Android

Following the instruction on https://developer.xamarin.com/guides/android/advanced_topics/binding-a-java-library/binding-a-jar/ I hit the following…
Stephen
  • 11
  • 3
1
vote
0 answers

StarIOSDK V340 Android 4.1 Get Status Failure to connect to printer

I am testing the StarIOSDK v340 on my Samsung Note II running Android 4.1.2 and HTC ONE X running CM10.1. After installing the demo application into both phones, the app was able to see the SM-S301(ARM) (Firmware v1.0 2010/01/05) attached via…
Ivan Ling
  • 11
  • 3
1
vote
2 answers

stariosdk getport failure advice needed

I have developed an app in phonegap (html5, JQuery, JS) and I want to develop a plugin to print to a BT printer. I download printer manufacturer's SDK and I imported the appropriate .jar file to my project with all the methods I will need in my…
kosbou
  • 3,919
  • 8
  • 31
  • 36
0
votes
1 answer

StarIO printer - The required native libraries & class services are not available

I am writing a application that will need to print with a Star printer. I am trying to print a test, and all the imports and code work, but when I come to run the code, I get the following error: com.starmicronics.stario.StarIOPortException: The…
James King
  • 2,425
  • 7
  • 30
  • 45
0
votes
1 answer

The constructor StarBitmap(Bitmap, boolean, int)is not visible

Anyone knows how to fix this error? The constructor StarBitmap(Bitmap, boolean, int)is not visible. it happens on the second line of this code: Bitmap bm = BitmapFactory.decodeResource(context.getResources(), R.drawable.euro_cert_black); …