ESC-POS-.NET icon indicating copy to clipboard operation
ESC-POS-.NET copied to clipboard

Print issue

Open dhanaraj94 opened this issue 3 years ago • 1 comments

Hi,

I am using network printer to print. First print successfully comes quicker. When I tried to print once again it is not coming. It coming after some amount of time like 2 to 3 mins. If I tried to again print, it print the two prints continuously after the interval. But there is a unknown delay or interval to print the print.

Please help me to fix this issue.

dhanaraj94 avatar Nov 24 '21 12:11 dhanaraj94

       NetworkPrinter printer = new NetworkPrinter(ipAddress: "192.168.1.239", port: 9100, reconnectOnTimeout: false);

        var e = new EPSON();
        printer.Write(e.PrintLine("  FIRSTN LASTNAME                 FIRSTN LASTNAME"));

        printer?.Write(e.PartialCutAfterFeed(5));


        printer.Dispose();

try like this

rec4i avatar Dec 15 '21 20:12 rec4i