[fpc-pascal] raw printing throught USB port / WINDOWS
LacaK
lacak at zoznam.sk
Tue Dec 16 12:27:07 CET 2014
You can use:
Printer.RawMode := True;
Printer.BeginDoc;
....
Printer.EndDoc;
-Laco.
>
> I need a solution (unit?) to access printer (matricial like LX80,
> LX300 and so on) in raw mode throught USB port directly from FPC
> program build in mode win32 or win64.
>
> apreciate any ideia
>
> thanks
>
> Philippe
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> fpc-pascal maillist - fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20141216/4e936f1e/attachment.html>
More information about the fpc-pascal
mailing list