Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 May 1997 15:53:45 -0700 (PDT)
From:      Dan Busarow <dan@dpcsys.com>
To:        Patrick Gardella <pgardella@mail.geocities.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: Juki Printer?
Message-ID:  <Pine.UW2.3.95.970521155111.23073D-100000@cedb>
In-Reply-To: <199705212109.OAA20866@geocities.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 21 May 1997, Patrick Gardella wrote:
> There is a filter for HP printers (printf "\033&k2G") and one for 
> serial line printers, but not for parallel line or a Juki. 
> 
> The printf noted above does not work.
> 
> Any other thoughts?

Could have sworn there was a generic one in the handbook.  Oh well.

Try this from the mailing list archives.

=================================================================
Keith Leonard <keithl@wakko.gil.net> writes:

#!/bin/sh
if [ "$1" = -c ]; then
	cat
else
	sed -e s/$/^M/
fi
echo -ne \\f

The '^M' is produced in vi with Ctrl-v Ctrl-m - this is NOT a '^' followed
by a 'M'. If you use Emacs Ctrl-q Ctrl-m should do it.
=================================================================

Dan
-- 
 Dan Busarow                                                  714 443 4172
 DPC Systems / Beach.Net                                    dan@dpcsys.com
 Dana Point, California  83 09 EF 59 E0 11 89 B4   8D 09 DB FD E1 DD 0C 82




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.UW2.3.95.970521155111.23073D-100000>