mtmsuhail / ESC-POS-USB-NET

This project is a simple .NET (C#) Implementation of the Epson ESC/POS Printing using USB Device Driver.
MIT License
207 stars 88 forks source link

Printer not release after print ! #2

Closed ThunnyNeng closed 4 years ago

ThunnyNeng commented 4 years ago

dear sir/madam i got problem after print, printer doesn't released paper, is there are any solution ? thanks.

mtmsuhail commented 4 years ago

Are you looking for a paper cut?

ThunnyNeng commented 4 years ago

On Wed, Jan 8, 2020 at 10:39 AM MTM Suhail notifications@github.com wrote:

Are you looking for a paper cut?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mtmsuhail/ESC-POS-USB-NET/issues/2?email_source=notifications&email_token=AG3EI3CWPI3LR6RI3CU6ZH3Q4VDILA5CNFSM4KECKAO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEILCSAI#issuecomment-571877633, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG3EI3FIHDVMVLY3PGOAGLDQ4VDILANCNFSM4KECKAOQ .

No I mean function release on printer ,after send print document , user need to press button release to add new paper for print new document , I want a function that can auto release paper without pressing button

ThunnyNeng commented 4 years ago

Do you have any solution sir, i need to implement your framework to my project !

On Wed, Jan 8, 2020 at 12:16 PM Thunny Nt thunnynt@gmail.com wrote:

On Wed, Jan 8, 2020 at 10:39 AM MTM Suhail notifications@github.com wrote:

Are you looking for a paper cut?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mtmsuhail/ESC-POS-USB-NET/issues/2?email_source=notifications&email_token=AG3EI3CWPI3LR6RI3CU6ZH3Q4VDILA5CNFSM4KECKAO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEILCSAI#issuecomment-571877633, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG3EI3FIHDVMVLY3PGOAGLDQ4VDILANCNFSM4KECKAOQ .

No I mean function release on printer ,after send print document , user need to press button release to add new paper for print new document , I want a function that can auto release paper without pressing button

mtmsuhail commented 4 years ago

Still I couldn't get your real issue.

Normally every thermal printer will roll out paper when we do print command. It will cut the paper if the printer supports it.

In this scenario you said that it is not coming the paper until you press the button in your printer. So that really printer dependant problem. May I know what printer you are using?.

ThunnyNeng commented 4 years ago

I am using EPSON TM-U295 Slip;

On Thu, Jan 9, 2020 at 2:09 PM MTM Suhail notifications@github.com wrote:

Still I couldn't get your real issue.

Normally every thermal printer will roll out paper when we do print command. It will cut the paper if the printer supports it.

In this scenario you said that it is not coming the paper until you press the button in your printer. So that really printer dependant problem. May I know what printer you are using?.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mtmsuhail/ESC-POS-USB-NET/issues/2?email_source=notifications&email_token=AG3EI3B4TE45CT4WD6SNG2LQ43ESNA5CNFSM4KECKAO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIPHW6A#issuecomment-572423032, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG3EI3CRXMX24ZPZ4KX2YQDQ43ESNANCNFSM4KECKAOQ .

mtmsuhail commented 4 years ago

Epson TM-U295 Impact Dot Matrix Slip Printer is a dot matrix printer and it is not thermal printer. This library is focused only with thermal printer. you may use this library as a base to integrate your own code based on EPSON Documentation. Please Refer here.