T
Thomas Wopienka
Hello!
I wrote a small application that sends RAW data to the printer using Windows
API OpenPrinter, WritePrinter,... and now I want to get the answer from the
printer using Windows API.
Is this possible at all?
What API function do I need to call?
Is there any other way to get this done (for printers that are connected
locally using parallel or USB port)?
I tried using ReadPrinter for the printjob that I've just created - but this
just returns the RAW information that I've sent to the printer.
I need to find out the response from the printer since I'm sending a PJL
command that should return the pagecount of the selected printer.
Thank you for any hint!
Thomas
I wrote a small application that sends RAW data to the printer using Windows
API OpenPrinter, WritePrinter,... and now I want to get the answer from the
printer using Windows API.
Is this possible at all?
What API function do I need to call?
Is there any other way to get this done (for printers that are connected
locally using parallel or USB port)?
I tried using ReadPrinter for the printjob that I've just created - but this
just returns the RAW information that I've sent to the printer.
I need to find out the response from the printer since I'm sending a PJL
command that should return the pagecount of the selected printer.
Thank you for any hint!
Thomas