Hi All
I am trying to send PCL codes down to printer before sending RAW postscript data directly to the printer (not going through printer driver). The purpose of the PCL commands are to change the paper source before the RAW postscript prints.
The following actually changes the paper source but the postscript that follows actually comes out in garbled form.
Note: code is VB sample that allows me to change the paper source to drawer 4 on Canon imageRunner 3300
Chr(27) & "E" & Chr(27) & "&l20H"
If I do not include the initial escape sequence the postscript data prints correctly although the printers default tray is used instead of drawer 4 which is what I want.
Would anyone have any suggestions on what I go do differently to resolve this problem.
Much apreciated
Kevin
I am trying to send PCL codes down to printer before sending RAW postscript data directly to the printer (not going through printer driver). The purpose of the PCL commands are to change the paper source before the RAW postscript prints.
The following actually changes the paper source but the postscript that follows actually comes out in garbled form.
Note: code is VB sample that allows me to change the paper source to drawer 4 on Canon imageRunner 3300
Chr(27) & "E" & Chr(27) & "&l20H"
If I do not include the initial escape sequence the postscript data prints correctly although the printers default tray is used instead of drawer 4 which is what I want.
Would anyone have any suggestions on what I go do differently to resolve this problem.
Much apreciated
Kevin