Skip to content

Instantly share code, notes, and snippets.

@theycallmeloki
Created December 15, 2019 17:50
Show Gist options
  • Save theycallmeloki/db397f6252981f5ccd72a373891fd14c to your computer and use it in GitHub Desktop.
Save theycallmeloki/db397f6252981f5ccd72a373891fd14c to your computer and use it in GitHub Desktop.
Printnow
from escpos.printer import Usb
""" Seiko Epson Corp. Receipt Printer (EPSON TM-T88III) """
p = Usb(0x0456, 0x0808, 0, 0x81, 0x03)
p.text("Hello World\n")
p.text("Yo")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment