Results 1 to 3 of 3

Thread: Determine the type of printer

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2000
    Location
    Leicestershire; ENGLAND
    Posts
    71

    Question

    Can anubody help me to determine the type of an installed printer. I need to determine whether it is dot-matrix, thermal or laser as an application that I am writing is only allowed to print labels on a thermal printer and I do not want to write printer specific code via the spooler which is the only way that I can currently control that a thermal printer is used.

  2. #2
    Addicted Member KrishnaSantosh's Avatar
    Join Date
    Feb 2001
    Location
    Coimbatore
    Posts
    210
    Printing can be done bypassing the spooler. You can
    directly write to the printer port.

    And I Think that you can read certain characteristics
    From the printer. Go thru the hardware documentation
    that came with your printer.

    EMail me for more details.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Oct 2000
    Location
    Leicestershire; ENGLAND
    Posts
    71

    Thumbs down

    You have missed the objective:

    I am already by-passing the printer drivers and using the spooler to write directly to the printer using the printers own command language, however that requires that I individually support each printer device.

    I wish to use the Windows printer drivers as they are intended, so that I may write one label printing routine, for any thermal printer, letting the printer drivers do the conversion between different devices.

    What I need to know is that the device that the user has installed and is trying to print to is infact a thermal printer, and I want to find out the answer from Windows and not by directly supporting the device.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width