Operating System - HP-UX
1833052 Members
2564 Online
110049 Solutions
New Discussion

Re: zebra wireless printer

 
SOLVED
Go to solution
Desrichard
New Member

zebra wireless printer

how to configure a Zebra wireless printer under HPUX 11.11?

I have tried to declare the printer by hppi: Add printer to local spooler.I have tested the followings models: dumbplot, dumbplot_printer.
but no result.

It only works if declared as a remote printer but in this case the printer doesn't recognize any formated text.

It seems there is no specific script model for this printer.

Any idea would be welcomed.

5 REPLIES 5
Jaime Bolanos Rojas.
Honored Contributor

Re: zebra wireless printer

Desrichard,

did you already try these steps that the Zebra Manufacturer recommends:

"Use Label Vista to create a file with CPCL. Test locally (serial) to make
sure it works. Make sure you can ping wireless printer from HP UX box.
Then send file from HP UX box."

Regards,

Jaime.
Work hard when the need comes out.
Steven E. Protter
Exalted Contributor

Re: zebra wireless printer

Shalom,

I would think that Windows Printer sharing (samba) would be compatible with CIFS/9000-Samba on HP-UX.

No, you won't find drivers for it and you may have trouble with the output once you connect.

Samba for HP-UX is available by searching for CIFS/9000 on http://software.hp.com and taking and installing the client version, which will require a boot of the HP-UX box.

swlist -l product | grep CIFS
It might already be installed.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Jonathan Fife
Honored Contributor

Re: zebra wireless printer

I configured a few of these several years back. You shouldn't need a driver to format the printouts, that should be done in whatever code is generating the label.

Try configuring the printer as a network printer pointing to the appropriate IP and set the document format to passthrough.
Decay is inherent in all compounded things. Strive on with diligence
Bill Hassell
Honored Contributor
Solution

Re: zebra wireless printer

You can't use HPPI becuase it is not an HP printer (or more specifically, the NIC in the printer is not an HP JetDirect card). You must configure the printer as a remote printer (just like the vast majority of non-HP printers) and live with the 100% lack of -o option support. The printer will print whatever you send to it -- a remote printer is just sent the characters without any formatting. Formatted text has no meaning in Unix -- it's either plain ASCII text or specially-prepared data designed exclusively for that printer. If you need to change the fonts or orientation, you need to add these codes to the front of the data file.


Bill Hassell, sysadmin
Desrichard
New Member

Re: zebra wireless printer

I have declared the printer as a remote printer.

We will use directly the code ZPLII for formatting.

thank you for your answers.