Domanda

I'm working with a kiosk application, and need to kick out cash drawer #1 from an epson t88iv. I need to be able to do this without printing anything, and from firefox on the ubuntu platform.

Any clues? Cash drawer kicks out right now on every print (from print settings), but this is not desired.

Thanks a lot, Mark

È stato utile?

Soluzione

Since the t88iv is ESC/POS compatible you could read the reference for the protocol

Ps. On the OpenBravo reference: here are the tech specs/supported devices:

Altri suggerimenti

Standard Linux command to open drawer of the TM-T88IV

USB printer: echo -e -n "\x1b\x70\x30\x40\x50" > /dev/usb/lp0

Network CUPS Printer: echo -e -n "\x1b\x70\x30\x40\x50" | lpr -o raw -P Epson-TM-Network

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top