Re: sending commands to parallel printer through python

2007-12-05 Thread Larry Bates
hari wrote: Hi all, I need to automate printer command testing, prinetr supports parallel/ serial/USB.How can i send the commands from python to printer. I have got pyparallel, as am new to python, no idea how to work on it. Please give some tips,The comamnd to be sent to the printer is

sending commands to parallel printer through python

2007-12-05 Thread hari
Hi all, I need to automate printer command testing, prinetr supports parallel/ serial/USB.How can i send the commands from python to printer. I have got pyparallel, as am new to python, no idea how to work on it. Please give some tips,The comamnd to be sent to the printer is hex data 1B

Re: sending commands to parallel printer through python

2007-12-05 Thread Gabriel Genellina
En Wed, 05 Dec 2007 10:19:51 -0300, hari [EMAIL PROTECTED] escribi�: Hi all, I need to automate printer command testing, prinetr supports parallel/ serial/USB.How can i send the commands from python to printer. I have got pyparallel, as am new to python, no idea how to work on it.