Skip to content

Intermec Printer #8

@ghost

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?

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