HP3000-L Archives

July 2000, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Emerson, Tom # El Monte" <[log in to unmask]>
Reply To:
Emerson, Tom # El Monte
Date:
Thu, 6 Jul 2000 14:15:39 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (48 lines)
> -----Original Message-----
> From: Keven Miller [mailto:[log in to unmask]]
>
> Thanks for the challenge! This was fun.
> Here is C code (MPE/iX not posix)
>
[snip code -- save for later!]
>
> Here is NPCONFIG with dev 205 back to HP.
> #=============================================================
> # File: NPCONFIG
> #=============================================================
>
> global (
>          message_interval = 60               # Repeat msgs
> every >= 60 secs
>          banner_trailer = FALSE              # Only need a
> header page.
>          pjl_supported = FALSE               # LJ4Si is a
> full PJL device.
>          jam_recovery = TRUE                 # Reprints jammed pages
>       )

[snip unrelated printers -- note suggested change here:]

> 205   (
>          network_address = 127.0.0.1   # "loopback" IP to FAKELP
>          snmp_enabled    = false
>          jam_recovery    = false
>          banner_header   = false
>       )
>
>
> Now I see the spooler problem. So far, I cannot find a
> setting that will
> turn off all PCL initialization.

Dumb question [because I haven't tried it myself], but would:

           setup_file      = $NULL

work to "disable" PCL initialization?

[of course, the alternative is to have the "fakeLP" driver recognize the PCL
initialization and strip accordingly.  From your dump, it appears there is
one and only one "CR" at the end of the initialization string, followed by
blanks to column 80 then a second CR.]

ATOM RSS1 RSS2