PP-9635 Aer PPC
13
Cash Drawer
Please make sure the voltage and cable pin assignment of your cash drawer matches the cash drawer port
on
PP-9635
.
You may find the jumper setting and pin definition in M/B J1900 user manual.
Please refer to
trouble shooting
if the cash drawer cannot be detected by PP-9635
To open drawer 1 (the default):
port[openaddr] <= open1
wait(sleep(ms))
port[openaddr] <= close
To open drawer 2:
port[openaddr] <= open2
wait(sleep(ms))
port[openaddr] <= close
To get status:
StatusValue <= port[status] and statusmask
The parameters, which are in the cashdrawer.ini
openaddr=a04
status=a05
sleep=200
open1=40
open2=80
close=00
statusmask=01