Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
60 views

I originally had a Raspberry Pi running Raspberry Pi OS (Full Desktop) with Apache serving a Flask app on port 80: from flask import Flask, request from escpos.printer import Usb app = Flask(__name__)...
Luis de Benito's user avatar
0 votes
1 answer
253 views

Trying to decode ESC/POS data where I have come across the GS 8 L command to send the raster data and according to the documentation the width and height should be [40x22] (which is the 14th and 16th ...
rt88's user avatar
  • 43
0 votes
1 answer
108 views

I have a printer: the PRINTER TG2460HIII USB RS232 CUTTER EJECTOR (915CG040400300) I use Python Escpos I have a problem: The printed ticket has a lot of blank space at the end, about 5cm Is it ...
macop's user avatar
  • 1
1 vote
0 answers
936 views

I'm developing a program to a shop. The program needs to print the receipt of the order using a termal printer. I discovered that the printer follows the ESC/POS standard and I found out that there is ...
João Gabriel's user avatar
0 votes
1 answer
2k views

PART 1 I am currently trying to get my printer to properly output Greek and not GreekLish for my restaurant ordering system. I am using python-escpos. - My code looks like this. from escpos.printer ...
George Pamfilis's user avatar