Does anyone know how to monitor cash drawer's open/close state using Advanced Printer Driver's Status API for Epson TM-88IV thermal printer.
I wish i could use OPOS for ADK .Net, but haven't had luck setting it up on windows 7. Does anyone know how to be a part of epson developer network. I have gone through the information available at www.epson-pos.com but there is no information available on POS/ESC codes.
Please help...........
Wow, it took a quite a while to figure out, how to determine cash drawer's Open/Close status using StatusAPI for Epson TM-88IV printer. This field represents the cash drawer closed status.
Public Const ASB_DRAWER_KICK As com.epson.pos.driver.ASB = 4
According to documentation from epson (rather, according to my understanding of it), 0 represents drawer open and 4 represents drawer closed status. So while monitoring printer status you need to check for this bit.