[Wine] print directly on another computer's LPT

Gert van den Berg wine-users at mohag.net
Fri Sep 12 22:09:29 CDT 2008


On Sat, Sep 13, 2008 at 3:42 AM, oiaohm <wineforum-user at winehq.org> wrote:
> Ok so we have a service cups that normally handles printers.  Direct control of the printer is normally the cups print driver.
>
> You hit the idea of separation.    Number 1 sending stuff into a Linux print que normally you talk like generic postscript.  So cups does what it should sees escape code and make it printable.   The cups printer driver for that printer is to generate the escape codes that go to the printer not the application sending items to the printer.   This keeps your application more generic and able to use more different types of printers without issues.
>
> Be aware cups has two major printing modes.   printer text and graphics.   Printer text uses internal printer fonts where able.
>
> To using internal fonts in most dot matrix printers is just using the right mode and assigning the correct font names.  Ie fonts that exist internally in printer.
>
> This case I don't think you need a new service.  Just to learn to use the Linux existing services correctly.
>
Whouldn't LPR work better for dot-matrix printers?



More information about the wine-users mailing list