Thank you in advance for reading this!
I am using a java app to send bytes through the usb interface to an EPSON TM-T88V receipt printer using esc/pos commands
The behaviour is different when executed on the raspberry pi compared to when executed on…
I have a web-based point of sale application on PHP apache. User access the POS from another computer (within the network) to perform the transaction, then print on their local machine. Currently the print format is in html, displayed and printed on…
I'm working on c#.net application that already use serial port to print ticket with text and a little image as logo by thermal printer.
Now i need to migrate the implementation to allow application to print through Parallel Port because the hardware…
Good morning,
I am developing a kiosk application. In that application i need to send some commands to a printer with ESC/POS protocol.
I have some commands that give me information about printer (printer status, end of paper status). For sending…
Please, I need help. What is the right command in ESC POS so I can print the % symbol in my receipt? I used raw text for my receipt, but when I write the % symbol, for example, Standard Tax 6%, instead of printing Tax 6%, it printed Tax 60... Please…
I'm working on a POS application and using a python script to communicate with the ESC/POS printers. I'm able to successfully send ESC/POS commands to the printer on network but i'm not able to receive response, especially when trying to get status…
I'm trying to print my language characters to a POS printer. The Printer prints well but the result's so bad. This is what I tried:
using (MemoryStream ms = new MemoryStream())
using (BinaryWriter bw = new BinaryWriter(ms))
…
I need help finding the device id and product id for my printer, these specifications are required in this printing library for printers with ESCPOS support found here.
Library
This is what I have when I follow instructions for getting product and…
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'…
I have some trouble with ESC/POS commands. The code below prints well regular text, but when it comes down the ESC/POS commands the printer does nothing. I have tried many different ways how to pass on the data (see cData1 & cData2). Can anyone help…
I'm trying to reduce the size of the text, according to the manual i need to use the ESC ! 1 (https://reference.epson-biz.com/modules/ref_escpos/index.php?content_id=23) but i dont know how to pass it to java code, i try define a bite and use…
I want to use a thermal printer with raspberry pi. I want to receive the printer vendor id and product id from mysql database. My columns are of type varchar.
My code is
import MySQLdb
from escpos.printer import Usb
db= MySQLdb.connect(host=HOST,…
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?
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+ (…