python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to print CODE128 barcode to POS Thermal printer properly using Delphi?
I am trying to print code128 barcode directly to POS printer using this code:
DirectToPrinter(chr(29)+chr(107)+chr(72)+Chr(123)+Chr(65)+'8600123456789', true);
According to the documentation here: ht...
Vladimir
Votes: 0
Answers: 1
Epson epos javascript sdk connection error when printing - TM T82III
Using Epson epos javascript sdk, getting "Connection Refused" error if the printer ip address is not opened in the browser url. Once it is opened receipt printing will work for the day, the ...
Lekshmi
Votes: 0
Answers: 0
Decode Epson print (ESC-i) command decoding/encoding
I'm trying to understand the algorithm used for compression value = 1 with the Epson ESCP2 print command, "ESC-i". I have a hex dump of a raw print file which looks, in part, like the hexdu...
Gary Aitken
Votes: 0
Answers: 1
Dot-matrix printer doesn't moves to next tear off position after printing using python
I am using Epson FX2175 dot matrix printer and win32print python library to give commands to printer. After printing is completed paper doesn't moves to next tear off position.
I tried sending FF(form...
Deep Nishad
Votes: 0
Answers: 1