How to print directly on a dot matrix printer
Hello,
I need to print to a dot matrix printer directly just the same way as I would write to a console application:
WriteToPrinter('line 1');
WriteToPrinter('line 2');
WriteToPrinter('E#27');
etc.
Thank you
I need to print to a dot matrix printer directly just the same way as I would write to a console application:
WriteToPrinter('line 1');
WriteToPrinter('line 2');
WriteToPrinter('E#27');
etc.
Thank you
Comments