Thread: Monitoring pages/sheets left in printer

  1. #1
    Registered User
    Join Date
    Mar 2005
    Posts
    1

    Question Monitoring pages/sheets left in printer

    Hi all,


    I am working on project of monitoring printers remotely. like the status of the papers/sheets, ink etc left in it.
    Can any one tell me which mechanisms printers use to detect that printer is out of stock of pages or ink.

    plz do write if you knw any thing regarding this or even if some web links.


    Thanks for your suggestion.
    Sarang.

  2. #2
    Registered /usr
    Join Date
    Aug 2001
    Location
    Newport, South Wales, UK
    Posts
    1,273
    Proprietary ones. Epson, HP, etc. all use their own mechanisms for that sort of thing, so you'd have to study their drivers to work out how their status utility queries the printer.

    Hard work.

  3. #3
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    Windows XP introduced the Bidi API for this purpose. However, I suspect that driver support for this relatively new API is rare or non-existant.

    Some printers support SNMP as outlined in RFC1759 and used by tools such as npadmin and ceps.

    Also, take a look at escputil and libinklevel.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Odd 3D Invis Objects?
    By Zeusbwr in forum Game Programming
    Replies: 4
    Last Post: 12-07-2004, 07:01 PM
  2. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  3. pointer to array of objects of struct
    By undisputed007 in forum C++ Programming
    Replies: 12
    Last Post: 03-02-2004, 04:49 AM
  4. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM
  5. Please help me
    By teedee46 in forum C++ Programming
    Replies: 9
    Last Post: 05-06-2002, 11:28 PM