bitvend/mdb/constants.py

29 lines
528 B
Python

# Page 26 - peripheral addresses
COIN_TYPE = 0x0C
COIN_POLL = 0x0B
COIN_EXP = 0x0F
COIN_EXP_PAYOUT = 0x02
CASHLESS_RESET = 0x10
CASHLESS_SETUP = 0x11
CASHLESS_POLL = 0x12
CASHLESS_VEND = 0x13
CASHLESS_READER = 0x14
CASHLESS_REVALUE = 0x15
CASHLESS_EXP = 0x17
CASHLESS_EXP_ID = 0x00
CASHLESS_EXP_READ = 0x01
CASHLESS_EXP_WRITE = 0x02
CASHLESS_EXP_WRITE_TIME = 0x03
CASHLESS_EXP_FEATURE_ENABLE = 0x04
BILL_RESET = 0x30
BILL_SETUP = 0x31
BILL_POLL = 0x33
BILL_TYPE = 0x34
BILL_STACKER = 0x36
BILL_EXP = 0x37
BILL_EXP_ID = 0x00