How can I find? For dot matrix printers ESC codes, Especially for the CPI 17
Hi,
How can I find? For dot matrix printers ESC codes, Especially for the CPI 17
For example, as follows.
command = new TextExportPrinterCommand();
command.Name = "12cpi";
command.SequenceOn.Add(27);
command.SequenceOn.Add(77);
command.SequenceOff.Add(27);
command.SequenceOff.Add(80);
printer.Commands.Add(command);
...
...
...
How can I find? For dot matrix printers ESC codes, Especially for the CPI 17
For example, as follows.
command = new TextExportPrinterCommand();
command.Name = "12cpi";
command.SequenceOn.Add(27);
command.SequenceOn.Add(77);
command.SequenceOff.Add(27);
command.SequenceOff.Add(80);
printer.Commands.Add(command);
...
...
...