Tech Support > Microsoft Windows > Drivers > language monitor and PostScript
language monitor and PostScript
Posted by Lucas Pleß on June 14th, 2005


Hi!

I'm working in the WritePort function of the language monitor. I copy
the buffer in my own. Then i'm doing some string searching and finally i
cut off some bytes. The i send the buffer (eg. byte 0 to 200) to the
port monitor. I wait some time, then doing the same with the left part
of the buffer (eg byte 201 to end). Then i get the page printed
completely, but there is an additionally page coming out of the printer
with some postscript code on it.
Can someone tell me why this is happening? Does the printer not like the
waiting time within the output?

--

Greetings

Lucas Pleß
heddier electronic GmbH

Posted by Debabrata Sarma[MSFT] on June 15th, 2005


Delay should not matter. You can verify this by not addin tthe delay.
I think you must have messed with the postscript command sequence
when removing some bytes.

Thanks.

Deba Sarma
MICROSOFT DDK Print Developer Support

This posting is provided "AS IS" with no warranties, and confers no rights.


Similar Posts