How do I test for 'paper out' on local printer?

I've got an old HP LaserJet 4v printer on the parallel port of the system. I'd like to query it for a 'paper out' condition. Mr. Google is no help. Does anyone know how to do this? Or even if is possible? Thanks.
 
It does know about it but it looks like it's just used as a generic error condition, in other words paper out condition just tells the driver and the users of the device that the printer is not ready.

/usr/src/sys/dev/ppbus/*
 
Back
Top