I am trying to send commands and control codes to a printer.
Below is an example of some PJL and PCL commands used to print a sample check.
Does anyone have any suggestions on how to accomplish this in PowerBasic?
I am trying to avoid placing these commands in a text file and copying the file to the printer.
<ESC>%[email protected] LDECLARE LRESOURCE:"flash:" LRWLOCK="PASSWORD"
@PJL MICRJOB
@PJL ENTER LANGUAGE = PCL
<ESC>&l2a1h6d1e64F
Thanks for any assistance.
Mark
Below is an example of some PJL and PCL commands used to print a sample check.
Does anyone have any suggestions on how to accomplish this in PowerBasic?
I am trying to avoid placing these commands in a text file and copying the file to the printer.
<ESC>%[email protected] LDECLARE LRESOURCE:"flash:" LRWLOCK="PASSWORD"
@PJL MICRJOB
@PJL ENTER LANGUAGE = PCL
<ESC>&l2a1h6d1e64F
Thanks for any assistance.
Mark
Comment