Questions tagged [bixolon-printer]

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

29 questions
1
vote
1 answer

Weird behavior while trying to implement auto cutting functionality in JAVA application for Thermal printer (Bixolon SRP350 plus)

I have a java application to print and auto cut the receipt using a thermal printer (Bixolon srp 350 plus) Initially I was having problem with auto cutting the receipt but after many trials and google search, I somehow manage to auto cut the…
0
votes
0 answers

Printing on Bixolon SPP-R410 - C#

I have a question about the print length on the printer Bixolon SPP-R410. I developed the code in C# for printing using their SDK, but I'm having trouble adjusting the length of the print on the paper. I set the area to be printed using the code…
Dxa96
  • 31
  • 4
0
votes
0 answers

PrintBarCode method for BIXOLON OPOS Driver with MapMode set to Metric (0.01mm) is not printing as expected

I have two different BIXOLON POS Printers, SRP-350plus and SRP-S300. Printer Head densities are 180 dpi and 203 dpi respectively. When a QRCode data of length greater than 650 characters is given, 350plus's printed QR image borders cross the printer…
0
votes
1 answer

Connecting thermal printer on clients side via webusbapi and zadig

I'm trying to connect thermal printer on clients side through web app. (Frontend angular, backend c#) First I got Access denied, and then after Zadig I managed to open connection to thermal printer, and print some stuff (so that works). Since Zadig…
0
votes
1 answer

Thermal receipt printer printing blank space after the content in receipt

I am printing a receipt using window.print(); but a receipt containing unnecessary space on the page. I am using a printer (STAR TSP100 CUTTER, BIXOLON, and EPSON T88V) Sample of receipt.
Rahul Sharma
  • 47
  • 1
  • 10
0
votes
1 answer

Printing from mobile browser to bluetooth printer

I'm trying to print receipts from website to bluetooth POS printer - specifically Bixolon SPP-R200III from browser. I've managed to connect to printer via Bluetooth and print a test page with their Android app, but the system itself does not…
theg
  • 469
  • 2
  • 6
  • 21
0
votes
1 answer

Printer prints garbage after reinstalling driver

Recently I made an Electron app with Nuxt for renderer process. The app is for a local pizza place, it polls the existing wordpress app endpoint for new orders and prints new orders on a POS printer (bixolon-srp350-plus) whenever there is a new…
Bruno Lipovac
  • 407
  • 4
  • 8
0
votes
1 answer

how can i print persian with bixolon printers

I create an app for android in this app i connect to a bixolon(350plusll) printer and i print a tiket when my String is in english it is ok and my tiket print good but when my String is in persian my result print is not ok and my characters is…
0
votes
1 answer

Program type already present: jpos.JposException

I got the exception 'Program type already present: jpos.JposException ' when trying to rebuild the app, the problem appeared after I added the bixolon_printer_v127.jar,icu4j-58_1.jar,jpos117-controls.jar and xerces.jar, and it was running…
0
votes
1 answer

issue printing from app to thermal printer

Hi guys i'm creating a method to print an invoice from my app, but when i send the bytes to print it doesn't print all of the bytes i'm sending to the printer, the last bytes are getting cut all time resulting in an incomplete invoice, this is the…
0
votes
2 answers

Escape sequence for bold text in Bixolon printer

What is correct syntax for creating Escape Sequences that work with Bixolon printers? I would like to see some samples for bold text that will work on SPP-R200III Bixolon printer. Thanks in advance.
mrisek
  • 659
  • 1
  • 8
  • 25
0
votes
0 answers

Issue with C#.net code to print arabic on bixolon spp r300

I facing an issue with C#.net code to print Arabic characters on bixolon printer spp r300. I tried the following code but not it doesn't work, just printing question marks “?” instead of arabic characters. For English characters, it works…
0
votes
2 answers

Android barcode printing with Bixolon SPP-R200II

I need to print a barcode in a mobile bluetooth printer brand “Bixolon” model “SPP-R200II” from an android application. Using the Bixolon SDK for Android does work for a Samsung SII but not for a Motorola moto G G2. I decided not using the SDK,…
Javier H
  • 3
  • 4
0
votes
1 answer

Android print image using BIXOLON SPP-R300

I'm developing application which prints image using Bixolon SPP-R300 mobile printer via Bluetooth.My problem is I can't print my image on whole width of paper. Printer decreases dimensions very much, but saved pictures dimensions in Android is…
Big.Child
  • 2,948
  • 4
  • 19
  • 26
1
2