Skip to content

Intermec Printer #8

Description

Hi does this work with intermec?

I am trying this

from escpos.printer import Network

try:
kitchen = Network("192.168.1.16") #Printer IP Address
kitchen.text("Hello World\n")
kitchen.barcode('4006381333931', 'EAN13', 64, 2, '', '')
kitchen.cut()
print('print sent')
except Exception as e:
print(e)

Get print sent returned, no errors but nothing to printer. IP address is correct. any ideas?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions