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

Node usb printer

Anyone knows how to set-up a USB printer for node js. I m not able to configure the interface for it . Here is my code enter code here const ThermalPrinter = require("../node-thermal-printer").printer; const Types =…
Rahul Mongia
  • 31
  • 1
  • 4
3
votes
1 answer

Flutter Print on Android Built In Printer

May i ask help to use flutter for print in my android built in printer ? I already search in everywhere but not found a clue but i just try use sunmi pos reference but still failed to print. Thank You
3
votes
0 answers

Star WebPRNT cash drawer

I tried to contact Star directly but got no answer to my question just yet. I use the Star WebPRNT & JS library in combination with a MPOP to print receipts. All works well but i can't figure out how to open the cash drawer from de Star WebPRNT…
Joey
  • 645
  • 5
  • 19
3
votes
1 answer

react-native-bluetooth-escpos-printer Encoding Turkısh Chracter Problem

I want to send print Turkish parameter from react-native app to bixolon spp-r310 printer. My Code is : async print(BBcolumn, txtObj, isBold, addEnterCount, barcode) { let txt = null; let result = ‘’; let space = ‘’; …
3
votes
1 answer

Send data to thermal printer

Possible Duplicate: .NET code to send ZPL to Zebra printers My company has a Eltron 2543 thermal printer. I'm developing an VB.NET application incorporating FedEx web services to print off shipping labels. I can save off the data file without a…
3
votes
6 answers

Flutter Bluetooth thermal POS printer

Is there any way that I can print a receipt on a Bluetooth thermal printer, as I really struggling finding the solution on flutter? Anything could help, I really appreciate those answers
Japang LY
  • 777
  • 1
  • 8
  • 11
3
votes
0 answers

ESC / POS printing ignores the first few commands. Using nodeJS

I've been struggling with this for a while. I'm trying to print using ESC / POS commands directly to a thermal printer. I'm sending the data from node, using either the node-printer module: https://www.npmjs.com/package/printer or the ipp…
Michael Beeson
  • 2,840
  • 2
  • 17
  • 25
3
votes
1 answer

Printing PDF doc to esc/pos Thermal printer

We are developing a POS APP using xamarin.forms, in that we need to print the receipt to an esc/pos thermal printer connected via LAN. We have multi language support with the App, printing multiple language with the esc/pos commands by changing…
Gireesh
  • 45
  • 1
  • 5
3
votes
0 answers

print pdf/ image file with Thermal printer android

I am trying to print the image with a thermal printer which is stored in phone local storage. But it is printing a very small image. can anyone suggest me how to print the image via a thermal printer( Ethernet) code: MainActivity.java: public class…
3
votes
3 answers

Send escape character to printer

I am developing an C# application to print labels from a thermal transfer printer from SATO (CG408 TT) For this I am using SBPL (Programming language for SATO). Which looks something like following:…
Marshal
  • 6,551
  • 13
  • 55
  • 91
3
votes
2 answers

Logo image doesn't get center aligned in the receipt printer

Printer doesn't take the alignment of the image in to account. The logo is always left aligned by default. Text gets aligned with no problem. So there is nothing wrong with the aligncenter() method .When I set the alignment inside the while loop, a…
Sarah
  • 45
  • 7
3
votes
2 answers

Bluetooth or WiFi Thermal Printer

I want to print token number from my android application using WiFi or Bluetooth. I have implemented PrintManager API but the problem is that after click on print it is asking to choose printer from list of printer. My requirement is that once I…
Farman Ali Khan
  • 822
  • 7
  • 24
3
votes
1 answer

Epson TM-T20II Printer not able to print via javascript sdk

I downloaded the JavaScript SDK for Epson printer that supports TM-t20ii. i was able to print test page using the following url: http://192.168.2.175:9100/ Printer and pc connected via Ethernet and i am able to ping the printer url Output: OPTIONS…
gaby awad
  • 1,068
  • 1
  • 9
  • 17
3
votes
1 answer

Print Receipt in table layout c# winforms project

I'm having trouble printing a receipt in an acceptable manner for a winforms application I'm working on, and I'm attaching my code, the receipt i'm printing, and another image of a receipt I want to print something like it here is my code private…
Joey Arnanzo
  • 329
  • 3
  • 18
3
votes
0 answers

React Native Bluetooth Thermal Printer

I'm trying to connect a bluetooth thermal printer on android using react-native-ble-manager, however it doesn't seem to be able to scan for the device. Scanning from android settings -> bluetooth seems to be fine though. Anyone have any other…
Karl Wong
  • 594
  • 2
  • 7
  • 23