I want to send some control codes to EPSON printer. I've tried on many ways, send raw text file from command prompt, making program for print on c#, create generic/text only printer, but nothing work. When I am sending code, printer do nothing, the printer is using ESC/P2 control sets.
Asked
Active
Viewed 6,638 times
1
-
i'm not voting you to close but do read this [Send ESC commands to a printer in C#](http://stackoverflow.com/questions/2837786/send-esc-commands-to-a-printer-in-c-sharp) – John Woo Sep 07 '12 at 07:17
-
Also http://support.microsoft.com/kb/322091 – Renatas M. Sep 07 '12 at 07:18
2 Answers
0
Here u can get Epson Printer codes
http://www.lprng.com/DISTRIB/RESOURCES/PPD/epson.htm
U need to append those chars in your printing text when sending your text to print.

vels4j
- 11,208
- 5
- 38
- 63
-
I know these codes, but I don't know how to send, I want to use ESC EM 66 control code for ejecting, but this code is not working. – Dragon Sep 07 '12 at 09:20
0
If you append the ESC character also printed on the Page. How to NOT to print command on page.
vivek

Vivek
- 101
- 1
- 2
- 6