etf:force_localhost etf:server :tc=.common :lp=P1@epsontf.acd.ucar.eduNote that the queue "p1" is the first parallel port and the queue "p2" is the second one. I had previously generated a test page in the C80 version of the Epson C80 command language and use "lpr -b" to send it to the queue "etf". That worked great.
\\epsontf\etf.
doctor:/usr/local/bin> ./gs -h | grep stp bjc800 stp faxg3 faxg32d faxg4 pcxmono pcxgray pcx16 pcx256 pcx24b
#!/bin/sh /usr/local/bin/gs -sDEVICE=stp -sModel=escp2-c80 -sMediaType='Inkjet Paper' \ -sQuality='720 DPI High Quality' -q -sOutputFile=\|"cat 1>&3" - 3>&1 1>&2
.common:
:sh:
# :sf:
:mc=0:
:sd=/var/spool/lpd/%P:
:lf=log:
:af=acct:
:lf=/var/log/lpd-errs:
:mx=0:
# --------- Tim Fredrick's Printer ---------------------------------------
epsontf:force_localhost
epsontf:server
:tc=.common
:lp=etf@localhost
:lpd_bounce
:filter=/usr/local/bin/epson_filter_c80
epsontft:force_localhost
epsontft:server
:tc=.common
:lp=etf@localhost
:lpd_bounce
:filter=/usr/local/bin/epson_filter_c80_transparency
etf:force_localhost
etf:server
:tc=.common
:lp=P1@epsontf.acd.ucar.edu