vadavo / NEscPos

ESC/POS Library for .NET Standard.
MIT License
15 stars 4 forks source link

Support additional commands #4

Open dirkolene opened 5 years ago

dirkolene commented 5 years ago

Hello, I would like to know if it is possible to use commands for :

customers display Drawer kick out If so, how ?

Thank you

montyclt commented 5 years ago

Hi!

If you know the commands, you can create a class that implements IPrintable interface. You can use PritableBuilder helper class, but is not neccesary. I recomend you see the code of any printable classes.

YZahringer commented 5 years ago

ESC/POS Commands for Customer Display: https://reference.epson-biz.com/modules/ref_escpos_dm_d_en/index.php?content_id=47#commands

ESC/POS Command to Drawer Kick out: https://reference.epson-biz.com/modules/ref_escpos/index.php?content_id=195

montyclt commented 5 years ago

ESC/POS Commands for Customer Display: https://reference.epson-biz.com/modules/ref_escpos_dm_d_en/index.php?content_id=47#commands

ESC/POS Command to Drawer Kick out: https://reference.epson-biz.com/modules/ref_escpos/index.php?content_id=195

Thank you!