[comp.periphs.printers] Fonts for Panasonic 1124

kronos@pnet51.orb.mn.org (Max Levine) (03/29/91)

I just bought the 32K upgrade memory buffer chip for my Panasonic KX-P1124
pri and I'd like to know who sells downloadable fonts for said device. By
By the way, for those of you considerpicking up the extender chip, it do
doesn't seem to iase the text buffer at all; it simply allows you to 
download fonts.  Maybe you already knew this; it came as a bit of a surprise 
to me.
        Anyway, does anyone know who I cocontact for fonts for this
printer? Addresses/phone numbers of such places would be much appreciated.
                                Thanks in adva



 
"You! You with your hair is always combed, your suit is always white,
your car is always clean! You I hate!"

UUCP: {amdahl!bungia, uunet!rosevax, crash}!orbit!pnet51!kronos
ARPA: crash!orbit!pnet51!kronos@nosc.mil
INET: kronos@pnet51.orb.mn.org

metzger@cup.portal.com (David G Metzger) (03/31/91)

>I just bought the 32K upgrade memory buffer chip for my Panasonic KX-P1124
>pri and I'd like to know who sells downloadable fonts for said device. By
>By the way, for those of you considerpicking up the extender chip, it do
>doesn't seem to iase the text buffer at all; it simply allows you to 
>download fonts.  Maybe you already knew this; it came as a bit of a surprise 
>to me.

       I think what is happening is that the buffer is indeed working for
text, but that the printer is sufficiently fast, relative to the speed
at which it is receiving data, that the buffer fills slowly.
I'm going to have to check this out.....

>        Anyway, does anyone know who I cocontact for fonts for this
>printer? Addresses/phone numbers of such places would be much appreciated.

Try simtel20, or one of the mirror archives, and you can get sixty-four fonts
for free!  See the following in directory <MSDOS.PRINTER>:


Directory PD1:<MSDOS.PRINTER>
 Filename   Type Length   Date    Description
==============================================
EPLQFNTS.ARC  B  160871  890513  Fonts for Epson LQ800/1000 printers
LQCHR121.ZIP  B   13664  910207  Design own char sets for Epson LQ compat prntr


>"You! You with your hair is always combed, your suit is always white,
>your car is always clean! You I hate!"
>
>UUCP: {amdahl!bungia, uunet!rosevax, crash}!orbit!pnet51!kronos
>ARPA: crash!orbit!pnet51!kronos@nosc.mil
>INET: kronos@pnet51.orb.mn.org

                                   David Metzger
                                   metzger@cup.portal.com

3kw@mace.cc.purdue.edu (David R. Zeller) (04/01/91)

In article <4432@orbit.cts.com> you write:
>I just bought the 32K upgrade memory buffer chip for my Panasonic KX-P1124
>pri and I'd like to know who sells downloadable fonts for said device. By
>By the way, for those of you considerpicking up the extender chip, it do
>doesn't seem to iase the text buffer at all; it simply allows you to 
>download fonts.  Maybe you already knew this; it came as a bit of a surprise 
>to me.
>        Anyway, does anyone know who I cocontact for fonts for this
>printer? Addresses/phone numbers of such places would be much appreciated.
>                                Thanks in adva
>
>UUCP: {amdahl!bungia, uunet!rosevax, crash}!orbit!pnet51!kronos
>ARPA: crash!orbit!pnet51!kronos@nosc.mil
>INET: kronos@pnet51.orb.mn.org

Actually, the buffer does work.  You have two settings for the 
use of the chip, which are changed when you are in the initial set-up
mode (turn the printer on while holding the FUNCTION and ON LINE
switches).  If row 7, function 6 (see chart in manual) is ON, then
the DLL buffer is on.

Pansonic gave me the following program to see how the buffer is working,
which, you, too can use!

10 CLS
20 PRINT : PRINT : PRINT : PRINT : PRINT
30  PRINT "      This program allows you to determine the approximate size"
40  PRINT "      of your printer's buffer.  To use the program, follow"
50  PRINT "      these steps:"
60  PRINT "         1: Enter 1000 as the number of loops"
70  PRINT "         2: Let the program run until the numbers on the screen"
80  PRINT "            update less frequently (one counter update per line "
90  PRINT "            printed on the printer)"
100 PRINT "         3: Note the number on the screen and the number of the"
110 PRINT "            line just printed on the printer and take the "
120 PRINT "            difference (screen# - printer#)"
130 PRINT "         4: Take the difference from above and multiply by 80"
140 PRINT "         5: This result [(screen# - printer#) * 80] is equal"
150 PRINT "            to the number of K of your buffer"
160 PRINT "         6: Typing <CONTROL>-<BREAK> will end the program"
170 PRINT : PRINT : PRINT
180 INPUT "Do you wish to continue?",A$
190 IF A$[1] <> "y" AND A$[1] <> "Y" THEN END
200 REM ' program begins here
210 REM This program courtesy of Panasonic Technical Support
220 KEY OFF
230 INPUT "How many loops?",Z
240 FOR X = 1 TO Z
250 FOR N = 32 TO 110
260 LPRINT CHR$(N);
270   NEXT
280   CLS
290   FOR G = 1 TO 13
300     PRINT
310   NEXT G
320   SCREEN 1 : PRINT "       ",X : LPRINT X
330 NEXT X
340 LPRINT CHR$(10)
350 SCREEN 2 : SCREEN 0
360 END


Enjoy!

David R. Zeller
3kw@mace.cc.purdue.edu (play)
zeller@sage.cc.purdue.edu (work)