Hi All
I am trying to disable and enable my receipt printers by code.
I have 2 receipt printers in RMS, which I need to disable or enable one of them by different situations so I can choose which receipt I will get (small or A4 receipt). so far I have found I could disable any one of them by
Register.ReceiptPrinter.Disable()
or Register.ReceiptPrinter2.Disable()
but I could not make it enable again after I disable it, I cannot found the command to enable it again. Can anyone know how to enable any receipt pinter from the code?
Thanks very much for the help
*This post is locked for comments