Re: PJL

2011-01-11 Thread loial
Thank you. I was able to send the following PJL to the printer and it worked. @PJL STMSG DISPLAY = "Hello from John" Do you have any experience handling PJL responses from the printer?...What I really want to do is get PJL information back from the printer and read it in python(or

Re: PJL

2011-01-10 Thread Emile van Sebille
On 1/10/2011 7:06 AM loial said... Thanks for responding.. First question...how do I send it to the printer? Printer would be on the network. Start here: http://mail.python.org/pipermail/python-announce-list/2000-November/000567.html The middle article covers accessing the printer. Emile

Re: PJL

2011-01-10 Thread Wolfgang Rohdewald
On Montag 10 Januar 2011, loial wrote: > First question...how do I send it to the printer? Printer > would be on the network. echo PJL | lp -oraw -dnetworkprinter if it works, translate it to python -- Wolfgang -- http://mail.python.org/mailman/listinfo/python-list

Re: PJL

2011-01-10 Thread loial
Thanks for responding.. First question...how do I send it to the printer? Printer would be on the network. -- http://mail.python.org/mailman/listinfo/python-list

Re: PJL

2011-01-10 Thread Emile van Sebille
On 1/10/2011 6:12 AM loial said... Anyone got any experience of send PJL commands to a printer using Python on Unix? Are you having trouble? PJL is sent like any other text... Emile -- http://mail.python.org/mailman/listinfo/python-list

PJL

2011-01-10 Thread loial
Anyone got any experience of send PJL commands to a printer using Python on Unix? -- http://mail.python.org/mailman/listinfo/python-list