-
```
from escpos.connections import getNetworkPrinter
printer = getNetworkPrinter()(host='***.***.*.*', port=9100)
printer.text("Hello World")
printer.lf()
printer.cut()
```
(I've blanked …
-
I have:
- [x] searched open and closed issues for duplicates
### Bug description
•• Arabic Text not printing correctly:
• when testing this code:
from escpos import printer
x =…
-
### Bug description
Similar to #367. Printing an image with a height a multiple of 96 (96, 192, 288, etc) the first time is successful. Subsequent `text()` calls are ignored, including `text('\n')`. …
-
I have:
- [X ] searched open and closed issues for duplicates
### Bug description
When I try to print barcode on the printer only an error will shown on the console.
Error message:
```
Usi…
-
I have been using `win32print` to print then `python-escpos` to cut paper on POS printer and move to next label on label printer. I cant use `python-escpos` anymore. how I need to perform the same tas…
-
```
What steps will reproduce the problem?
1. My python app uses a USB thermal printer (TM-T20) to print a long text.
2. I put the long stream of text (12k characters) on the Epson.text("long
text..…
-
### Bug description
I am trying to print latin-1 characters such as "á", "É", "ñ" but I get printed chinese characters instead. I have tried changing to other codepages such as "PORTUGUESE" or "MULTI…
-
```
Dear community;
I use Rasbian, I got the phoenix printer
(http://pyramidacceptors.com/phoenix-printer/) from PTI. I use Rasbian as OS. I
attach a dump of the details of printer. I used followin…
-
```
root@OpenWrt:/mnt/sda5/esc# opkg list | grep py
pyserial - 2.4-1
python - 2.7.3-2
python-imaging-library - 1.1.7-2
python-mini - 2.7.3-2
python-openssl - 2.7.3-2
pyusb - 0.4.2-1
root@OpenWrt:/mnt/…
-
I have:
- [x] searched open and closed issues for duplicates
### Bug description
I'm using the `TM-T20II` profile to control my Epson TM T20III (which should be backward compatible with p…