iljabauer / python-escpos

Automatically exported from code.google.com/p/python-escpos
GNU General Public License v3.0
0 stars 0 forks source link

Image printing not working on Epson TM U220 #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Connect the printer to the USB bus. The printer is an Epson TM U220
2. Initialize the printer via Epson = printer.Usb instruction 
3. Execute a Epson.image instruction on any kind of image file, format or size

What is the expected output? What do you see instead?

The image should be printed in paper. A large series of ASCII chars are printed 
instead.

What version of the product are you using? On what operating system?

I am using it on Ubuntu 12.04. Text printing works just fine. I have tried 
different image formats, sizes, etc and the error is always the same. 

Original issue reported on code.google.com by Reloadgu...@gmail.com on 19 Feb 2015 at 10:17