From: Paul Lutus Date: 2006-09-22T02:10:16+09:00 Subject: Re: dot matrix printer ! Luiz Macchi wrote: > Hi all ! I need to print in a lx-300 printer (condensed, draft, etc) ! > is it possible with Ruby ? is there a web-site about it ? Im found > nothing about it ! This requires knowledge of the printer's control codes. Some printers are controllable solely by way of their data stream, some are not. If you knew the specifics of the printer, and you knew it could be controlled entirely through its data stream, then a pure Ruby program could be written to control it. -- Paul Lutus http://www.arachnoid.com