Michal Szopinski wrote: > Right now we have the same printers running on Solaris 9 where we used free > package from HP called HP JetDirect to set up the Intermec Coder 3400e. The > printer is set up right now was /usr/lib/lp/model/hpnpl/dumbplot_printer_cr > using driver named "dump plotter." There does not appear to be an equivalent > driver in Solaris Print Manager, hence my question. The reason we can't use > the HP package any more is that it is not supported on Solaris 10.
I assume that would set the print queue so that you could send user 'raw' data to the printer; so have you tried setting up a 'raw' print q for the 'Intermec Easy Coder 3400e' using lpadmin, something like (it's awhile since I did it) ... # lpadmin -p myprinter -I any -v /dev/....... # accept myprinter # enable myprinter
