I didn't say that the Network Printer Wizard would set the LCD display when I
top-posted last time. Perhaps I did not express myself clearly when I
top-posted last time. So in this top-posting let me state that the Network
Printer Wizard is very useful when one has a printer that does NOT have an LCD
display, like my LJ 2500N. If there is no LCD display, similar to the one in
the good quality monochrome LaserJets, the Network Printer Wizard is the easiest
way to set up the printer's IP address, subnet mask, gateway and other TCP/IP
attributes. I certainly find the Network Printer Wizard to be far less
laborious than either telnet or screwing around with the buttons next to the LCD
panel. It's major advantage is that one can find a JetDirect card by its MAC
address... Ben Myers
On Wed, 09 Jan 2008 16:14:36 -0000, Warren Block <> wrote:
>Ben Myers <> wrote:
>>
>>>I have two of these old bad boys. One of them has the built in network card.
>>>I was able to telnet into it and get it up and running. However, I remember
>>>from the old days, there was a program that would allow me to customize
>>>several aspects of the printer, such as the LCD display message and the
>>>like.
>>>
>>>Does anyone know what that program was or where I can find it? I'm using a
>>>Mac OS X machine with it, but I have Windows XP on it, if I need to use
>>>that.
>>
>> Go to the HP web site and search for "Install Network Printer Wizard". It
>> works nicely... Ben Myers
>
>Top-posting laboriously fixed. .gnitsop sdrawkcab fo modsiw eht
>redisnocer esaelP
>
>The network install wizard doesn't do a thing for setting the LCD
>display. It's just a PJL (not PCL) sequence, which can be sent without
>a program. For instance, in Perl:
>
>perl -e 'print "\033%-12345X\@PJL RDYMSG DISPLAY = \"EXAMPLE\"\n"'
>
>Without the string escapes, that's an escape (character 27, 0x1b, \033)
>followed by
>
> %-12345X@PJL RDYMSG DISPLAY = "EXAMPLE"
>
>Send that string to the printer and the display shows EXAMPLE.
|