-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Printers
- Printing Errors or Lights & Stuck Print Jobs
- M404n waiting for 300 sec I/O Timeout when using PCL command...

Create an account on the HP Community to personalize your profile and ask a question
10-20-2020 10:25 AM
Our Proprietary Linux application has been using the same PCL codes for laser printers for 10-20 years. This new M404n printer doesn't seem to recognize the Reset command (<esc> E) as the End-Of-Job. The printer waits 300 sec (5 min) before it prints - or until another job is sent. If I change the I/O Timeout setting on the printer from the default of 300 sec to 15 sec, it waits 15 sec then prints.
Is there a PCL command this printer would accept as the End of the Job - and just print??
10-20-2020 07:43 PM
You might want to check the HP developer community as you may find an answer there.
https://developers.hp.com/community
I am a volunteer, offering my knowledge to support fellow users, I do not work for HP nor speak for HP.
11-19-2020 10:23 AM
Verified it worked!
Add the null tray-select code to the normal termination code to eject the page immediately. Our string looks like this:
$1b &l0H $1b E
or
<esc> &l0H <esc> E
(PCL code for "Eject" , followed by standard printer "Reset" code)