Questions tagged [bixolon-printer]

Bixolon sells point-of-sale printers. SDKs are available for common platforms such as Android and iOS.

29 questions
4
votes
1 answer

How to print Arabic text to thermal printers (Bixolon)

I'm testing a Bixolon thermal printer to print data from tablets. A tablet connects to printer successfully via Bluetooth and print in English fine. However, the problem is with Arabic which it prints weird characters. I'm sure that default code…
Memento
  • 785
  • 2
  • 10
  • 19
3
votes
3 answers

How to work on Bixolon POS Printer using C#

I've been programming an application that deals with a POS printer. The printer is BIXOLON branded, and I haven't found any SDKs for using this type of printers as well as no example on how to deal with it. Since I'm new to this type of printer, I…
Saber Amani
  • 6,409
  • 12
  • 53
  • 88
3
votes
3 answers

Bluetooth iOS printing on Bixolon SPP-R200II

We are users of POS printer Bixolon SPP-R200II which we use for realisation of one of our projects. In the specification of this model it is listed that printer supports printing on iOS devices (iPhone & iPad) but until now we have not succeeded to…
Danijel Maric
  • 33
  • 2
  • 6
2
votes
2 answers

Bixolon sdk encoding characters_android

I would like to print characters like č, ć, š to be precise Croatian characters. I am using Bixolon sdk for SPP-R200II printer. The code is very simple for now, just want to print some string ListaRacuna.mBixolonPrinter.printText(slanjeNaPrinter,…
2
votes
1 answer

Android Java Bixolon SPP-R300 Print Image and Bluetooth

I'm developing application which prints using Bixolon SPP-R300 mobile printer via Bluetooth. I've managed to make the Bluetooth connection, print Text and do lineFeed but i still don't know how to print images. For the text i have this…
Celta
  • 3,540
  • 3
  • 21
  • 22
2
votes
1 answer

Printer Bixolon is not connected to Samsung Galaxy Tab

I am using pocket printer Bixolon SPP-R200 for printing by Bluetooth in Android. I have tested my application on HTC (with Android 2.3.7) and Asus (with Android 4.0.3) and they work fine with printer. But I have problem with Samsung Galaxy tabs…
Bob
  • 22,810
  • 38
  • 143
  • 225
1
vote
1 answer

Bixolon SPP-R200III can't connect via bluetooth or WLAN

I have a issue with my printer Bixolon SPP-R200III that does not allow me to connect either by bluetooth or wlan. When i print the self test it show me that both RF interface are not available. I need to know how i can enable both interface. enter…
Turissimo
  • 11
  • 1
1
vote
0 answers

Problem using Jar file in Xamarin Android

I've converted a Jar SDK of Bixolon pos printer to dll, using Xamarin binding library, but I received the error: Java.Lang.Error: Provider mf.org.apache.xerces.parsers.XIncludeAwareParserConfiguration not found When I run dll library in my…
arash_121
  • 11
  • 3
1
vote
0 answers

Bixolon SPP-R310 Esc/pos mobile bluetooth printer Image Printing error

I use react native and globally esc/pos mobile printing library, the library name is react-native-bluetooth-escpos-printer. When I send an image(base64) then I have an error that a little print image(1 or 2 lines) and Bluetooth connection status is…
Yusuf
  • 77
  • 7
1
vote
1 answer

android bluetooth SPP connection terminates before sending all data

This might be delicate: I develop an App for Android 6 which may print several receipts on an Bixolon SPP-R-200II. First, the normal way works fine, connection, printing, etc. looks good. Due to testings I faced one special error. Occasionally the…
b.mucha
  • 11
  • 1
1
vote
1 answer

how to use bixolon sdk for phonegap app in javascript code?

I'm developing an android app using phonegap. My app has javascript, angularjs, ionic and I need to print an image and a codebar with bixolon SPP-R200 printer. I've tried with bixolon sdk phonegap sample bixolon.js plugin but I don't know how it…
1
vote
1 answer

How print text from web page on Bixolon mobile printer from android os

description of the problem: It is necessary to print on mobile printer Bixolon R200II from the mobile device which has operation system Android (V4.*). To be printed information is generated on the webpage, on which we log in from the existing…
1
vote
2 answers

Printing on "Bixolon Thermal Printer" using JAVA, "No pages found!" error

I have been trying to use a thermal-printer "Bixolon SRP-F310" and print some text using JAVA's PrintService. Printer is detected and there is no exception while calling the print function. I can see in the web interface of Cups that the print event…
yuva
  • 3,108
  • 4
  • 20
  • 35
1
vote
0 answers

How I can printing a string on a Pos Printer by Delphi Android with JNI?

Hi Community I have a Question to my Delphi Android Application. The Task is it to create a Android App with Delphi that can print a string on a POS Printer (I use the Bixolon SPP-R200II Printer). For Example the User Start the App and Input in the…
Tarasov
  • 3,625
  • 19
  • 68
  • 128
1
vote
1 answer

Android :Using Bixolon thermal printer(SPP-R300) printing alignment

How can i implement same row alignment of my text label for payment align left and it's value to right align? here's my code. is there a function from the SDK of bixolon SPP-R300 and how can i implement it. Thanks. …
DreamBigAlvin
  • 884
  • 3
  • 13
  • 35
1
2