Questions tagged [thermal-printer]

A printer in which fine heated pins form characters on heat-sensitive paper

A thermal printer or electrothermal printer is a printer that uses heated pins to "burn" images onto heat-sensitive paper

679 questions
0
votes
2 answers

OPOS Printing using ASP.NET

I have developed a Restaurant Billing Web App (Not Desktop application as the requirement was a web-app to be run in browser) Using ASP.NET Web Forms C# 4.0. Now the new Requirement is POS thermal Printer receipt printing. I am very new to POS, but…
Shaminder Singh
  • 1,283
  • 2
  • 18
  • 31
0
votes
1 answer

Test Automation for USB communication between android USB host and printer

I've an android application that sends the data to the printer and printer sends some commands back to the android host over USB. I need to automate the testing to verify if the communication is happened properly between the android usb host and…
user2879697
  • 69
  • 1
  • 10
0
votes
2 answers

Library for sending and printing images to thermal printers

Do anyone know anything about libraries or similiar to use for sending images to a thermal printer (ESC/POS)? I've been working on a solution for it, for long time but I can't seem to solve it. I found alot of info about this on the intertube but it…
DaveL
  • 77
  • 1
  • 4
  • 13
0
votes
0 answers

text mode printing very light and font not changing php printer_set_option

I am using a thermal printer for printing. when i use text mode the printer is printing very light and the font size and type also does not change. when I use RAW mode the complete string is not printed. my code
Ankita Deshmukh
  • 227
  • 3
  • 12
0
votes
2 answers

How to print image on thermal printer

I try print image on the thermal print: void Method() { var printDocument = new PrintDocument(); printDocument.PrinterSettings = new PrinterSettings() { PrinterName = "zebra" }; printDocument.PrintPage += new…
christo
  • 671
  • 1
  • 8
  • 26
0
votes
1 answer

Unable to print Printer Configuration for Zebra KR403

I am having trouble printing anything using the Zebra KR403 Printer using my Android app. To debug I try to print the configuration using the below command: String ZPLCommand = new String(); ZPLCommand += "^XA"; // Start command …
Ahmed Faisal
  • 4,397
  • 12
  • 45
  • 74
0
votes
1 answer

PHP increasing boldness & font size printing to network thermal printer epson tm-t81

I am printing receipt using php technology on Network thermal printer (Epson Tm-t81),but the visibility of the letters on printed receipt is very low. Can u all help me to increase the boldness of the letters on Printed Reciept. Thanks in Advance
kamal
  • 11
  • 3
0
votes
0 answers

Using Hengstler C56 USB Thermal Printer in Android

I am trying to use a Hengstler X-56 USB Printer (http://www.extendo-printer.de/en/products/x-56-series/) in Android. I am using Android x86 right now and was planning on trying to use their linux drivers and possibly including the drivers in the…
Michael
  • 891
  • 2
  • 16
  • 32
0
votes
1 answer

How to resize a PNG print for the KR403 printer?

I can currently print a PNG file through the ZPL commands on my Zebra KR403 printer. The issue I currently face is that the size of the print is too small. Is there a way to rescale the print size on the paper w/o rescaling the actual PNG file…
Ahmed Faisal
  • 4,397
  • 12
  • 45
  • 74
0
votes
2 answers

C# printing page height according to the content

I'm doing some printing work in c# and got a small problem. I'm working with a thermal receipt printer. I want to set the height of the page according to the content of it. Which means, when I have fewer items, the page should be smaller and when I…
Dester Dezzods
  • 1,417
  • 4
  • 17
  • 33
0
votes
0 answers

EPSON POS printer TM-T70E setting character set ( iOS SDK )

I have an EPSON TM-T70E (Ethernet) pos printer. I'm using the ios SDK and I can print everything ok. But I want to be able to print Greek Characters. So I must change the character set the printer is using. In the iOS SDK I can't find any way to…
Panos
  • 7,227
  • 13
  • 60
  • 95
0
votes
2 answers

How can I create and start an Intent?

I was wondering how I can create and start an intent using this: "qsrtech.posprintdriver/.printservice" I downloaded the POS Printer Driver (ESC) app (which is the app I am trying to access). I tried this: String PrintPage =…
Kofi
  • 65
  • 1
  • 2
  • 11
0
votes
1 answer

com0com intercept opos printer x is offline

We are trying to intercept data between pos and printer. The problem we have ran into is the POS reports the printer x is offline when we connect it to com0com endpoint. an instance of hyperterminal on each side of com0com endpoints do communicate…
Leblanc Meneses
  • 3,001
  • 1
  • 23
  • 26
0
votes
1 answer

printing to thermal printer using vb.net from datagridview

This is a code for a small billing software for which the printing has to be done in a thermal printer. The following is my code which works fine for laser printers. I want to know whether this code is fine for thermal printers too or should i ve to…
0
votes
1 answer

Will Scalable font work in Zebra MZ 320 printer

I am using CPCL commands to print labels in Zebra MZ 320 Printer. I want to use SCALABLE_TEXT command in my CPCL code. But the printer doesn't print anything. Will SCALABLE-TEXT command work in Zebra MZ 320 Printer? and how can i install .csf type…