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 get the paper status of my Thermal Printer using python-escpos?
Currently, I am developing an ordering system that uses a thermal printer.
my code looks like this.
from escpos.printer import Usb
p = Usb(idVendor=0x471, idProduct= 0x55,in_ep=0x82, out_ep=0x02)
try...

George Pamfilis
Votes: 0
Answers: 1
How to print Greek Characters with python-escpos
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 im...

George Pamfilis
Votes: 0
Answers: 1
Access printer connected at Virtual Printer Port (USB001) using python-escpos on Windows 10
I have created a printing module, which work with printer connected at serial port using printer.Serial("COM5") interface provided by python-escpos.
But now, I have to switch to USB printer ...

Ahmad Raza
Votes: 0
Answers: 1