Currently I use this code to open the drawer, but it also feeds and cuts a tiny blank receipt. I have yet to find an escape code that will open the drawer without feeding and cutting.
// Tell receipt printer to open cash register iEscape(Charact(7)) iEndPrinting()I can fix it with the Bart's solution: [27130.foren.mysnip.de]. This would involve changing printer properties to no cut and then issues a second escape command for cutting when printing a receipt. However, I would rather not have to set the printer properties. Does anyone know if there is a different escape code I can use to open the drawer? Or if there is a way to programmatically set cutting properties for a printer?