Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!snorkelwacker!apple!motcsd!hpda!hpcupt1!swh From: swh@hpcupt1.HP.COM (Steve Harrold) Newsgroups: comp.sys.ibm.pc.programmer Subject: Re: HP LASERJET SERIES II Message-ID: <100010003@hpcupt1.HP.COM> Date: 19 Mar 90 17:03:31 GMT References: <8686@chaph.usc.edu> Organization: Hewlett Packard, Cupertino Lines: 21 Re: Resetting LaserJet to power on state >>> Does anyone know what the ESC-sequence is to reset the HP LASERJET >>> SERIES II to a powerup condition? If it is not an ESC-sequence, does >>> anyone know how to do it without physically getting up and pressing >>> the RESET-key on the printer? Thanks. The use of the "Reset" sequence or operator panel commands will NOT clear soft fonts and macros that have been declared as "permanent" when they were downloaded into the LJ. Instead of physically doing a poweroff/poweron sequence, send the following 12-byte stream to your LaserJet: ESC E (the traditional Reset) ESC *c0F (delete all soft fonts {that's a zero eff}) ESC &f6X (delete all macros) The ESC is really the escape character (hex 1B). Case is significant; use upper and lower case characters exactly as shown.