From 012d58f7615f036a8f3cb2b50af9f1e496280a56 Mon Sep 17 00:00:00 2001 From: TatuLab Date: Thu, 8 Oct 2015 23:10:54 -0300 Subject: [PATCH] Updated code for instance creation --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index aa08b13..12f53f7 100644 --- a/README +++ b/README @@ -72,7 +72,7 @@ The following example shows how to initialize the Epson TM-TI88IV from escpos import * """ 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.image("logo.gif") Epson.barcode