Merge 012d58f7615f036a8f3cb2b50af9f1e496280a56 into ef84a5150f7125c35d5becb21130b8af411cd978

This commit is contained in:
TatuLab 2015-10-09 02:15:07 +00:00
commit 44d109cbc6

2
README
View File

@ -72,7 +72,7 @@ The following example shows how to initialize the Epson TM-TI88IV
from escpos import * from escpos import *
""" Seiko Epson Corp. Receipt Printer M129 Definitions (EPSON TM-T88IV) """ """ Seiko Epson Corp. Receipt Printer M129 Definitions (EPSON TM-T88IV) """
Epson = escpos.Escpos(0x04b8,0x0202) Epson = printer.Usb(0x04b8,0x0202)
Epson.text("Hello World") Epson.text("Hello World")
Epson.image("logo.gif") Epson.image("logo.gif")
Epson.barcode Epson.barcode