문제

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

도움이 되었습니까?

해결책

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:

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top