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
-1
votes
2 answers

JVM crashes when trying to claim a claimed printer JavaPOS EPSON Thermal Printer

I am using Epson_JavaPOS_ADK_11414_for_Linux_x64 for installing the JavaPOS with pcs ( sh installJavaPOSFull-64.sh ) I ran this program one after the other in different shells and the second process crashes for some reason: import…
Sahil333
  • 63
  • 9
-1
votes
1 answer

How to: Standalone C# printing on Epson Thermal printer

For the first time I've been given this Thermal printer (M325A) to use, at this stage I have ZERO idea of how to code my desktop application to print "ANYTHING". But my present requirement will be to print just 4 lines of information:- Pre-mentioned…
gsvirdi
  • 406
  • 2
  • 7
  • 22
-1
votes
1 answer

58mm thermal receipt printer empty area problem

my web based application prints receipts from browser. But at the end of page and content, thermal rolls paper approximately 15mm. there is nothing at this area. I checked margins and set them all zero. At windows printer settings there is no…
sipdorus
  • 963
  • 1
  • 12
  • 28
-1
votes
1 answer

BC-95AC thermal printer not found in PosExplorer.GetDevices()

I have installed drivers for BC-95AC and can find it in my Hardware & Printers and is set to be default. But when i am trying to access it via PosExplorer. The GetDevices() method does not have this printer in collection. I want to know how can i…
Salman Zahid
  • 328
  • 1
  • 7
-1
votes
3 answers

How to execute AJAX request after succeeding previous AJAX request for printing request via thermal printing

I've some problem with AJAX request. As the title said, I want to execute an AJAX request after succeeding previous AJAX, for printing via thermal printer. So far, I have some buttons with 3 different IDs. Every IDs will execute an AJAX request to…
-1
votes
1 answer

Cannot run python-escpos methods

I have an Epson thermal printer (TM-82), connected via USB. I am using python-escpos library (version v2.2.0) I am trying to run some of Escpos module's methods such has ln(), textln(), etc. But none of these commands work, and I get an error 'Usb'…
Kakar
  • 5,354
  • 10
  • 55
  • 93
-1
votes
1 answer

How to disable bold for epson Printers without killing the alignment?

I am able to print bold following instructions. What I am having trouble with, is figuring out how to disable the bold so that the next item printed in the list does not carry the bold type. I do not want to use '|N' as this sets all formats back to…
Demodave
  • 6,242
  • 6
  • 43
  • 58
-1
votes
1 answer

How do I get the status of the cash drawer back after opening it in NCR 7167 Receipt Printer?

I am using NCR 7167 receipt printer with a cash drawer attached to it. I want to get back the status of the cash drawer as soon as it's opened or closed. I am able to open the cash drawer programmatically. i.e. using the command from the manual. How…
-1
votes
1 answer

How to check the status of a cash drawer connected to a thermal printer using C#

I need a help. I have developed a point of sale for my client. When a sale is complete a receipt is printed to a thermal printer and a cash drawer connected with the printer is opened. I wrote code in c# to open the cash drawer. It works fine. Now…
Sadequzzaman Monoj
  • 121
  • 2
  • 3
  • 10
-1
votes
1 answer

print QR code with ESC/POS

I am working with Android printing with thermal printer. Text is printing fine using esc/pos commands. Instead of working with esc/pos, what is the best higher level library for printing QR codes with thermal printer?
Kamran Qadir
  • 466
  • 10
  • 20
-1
votes
1 answer

Android ESC W print area

I have a Datecs DPP-450 ESC POS thermal printer, which comes with an API. I can successfully print over Bluetooth, since the API provides simple codes for connecting, printing texts and borders, but I am unable to set page height bigger than 2000+ (…
Alex
  • 13
  • 5
-1
votes
1 answer

Error in POS printBitmap() method

Im Using Citizen POSPrinter to print Digital Signature from my android application using bluetooth. But it prints only the byte[] array in the printer instead of printing the signature. I dono where im wrong. help me. Thanks in advance.. …
Raja45
  • 181
  • 1
  • 3
  • 10
-2
votes
2 answers

What is absolute easiest way to print from a mobile browser to a thermal (bluetooth) printer?

I am not sure if this can be done, but here is what I am trying to do: I want to be able to pull up data from our website, hit some type of print button on the site, which than makes a call to a paired bluetooth printer and prints the displayed data…
user1988373
  • 19
  • 2
  • 3
-3
votes
1 answer

Thermal Printer Driver

I need to make a driver for printing .epl or .epl2 files from the browser using the Html5 or Java. I don't know what would be the correct logic to start up. How can I go through it to make a generic driver? Please help. Similarly, I just need to…
Hamza Waqas
  • 629
  • 4
  • 12
-3
votes
1 answer

C# code for open/close drawer and printing the receipt at the same time?

Does any body know how to create a C# application that can open a drawer connected to the computer and print receipt at same time? Drawer Name: PCD-354 Electronic Cash Drawer Cash receipt printer: Epson TM-T88v
Allan Chua
  • 9,305
  • 9
  • 41
  • 61
1 2 3
45
46