Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Printing to a Zebra Themal Printer using ZPLII

by robot_tourist (Hermit)
on Jun 05, 2007 at 09:35 UTC ( [id://619326]=note: print w/replies, xml ) Need Help??


in reply to Printing to a Zebra Themal Printer using ZPLII

Sounds like Intermec Print Language. We use some Intermec printers at work, but mostly with stored labels and mostly via Delphi/Windows and nearly always over the serial port (using an in-house rs232 module). We have one system that uses Perl on HP-UX with the serial port. It writes the label data to a file and then does a system call to read the file with the 'cat' command and pipe the output of that cat command to the 'cu' utility, which does all the talking to the printer.

For a windows environment, I suppose you could do something similar by building your label up and then telling the shell to write it to the serial port.

How can you feel when you're made of steel? I am made of steel. I am the Robot Tourist.
Robot Tourist, by Ten Benson

  • Comment on Re: Printing to a Zebra Themal Printer using ZPLII

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://619326]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-26 04:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found