Coinsorting and storage system
Serial codes to control the coin system
o[coin type]c[number of these coins]: Independently adjust the coin values.
om[coin type]c[number of these coins]: Set the maximum coin value.
s[service type]: Dispense a coin value, for example, 5 for 5 cents, 1 for 1 euro.
l[0 or 1]: LCD on (1) or off (0).
d[0 or 1]: Allow (1) or disallow (0) the passage of money.
k[0 or 1]: Buttons work (1) or do not work (0).
ls[text you want on your screen]: “Write to LCD” – send this code to display your own text on the LCD.
lm[0 or 1]: “LCD mode” – turn it on (1) to only show your text or off (0) to also show the coin value.
u[chosen amount]: Send an amount (in cents) that the system will dispense. Note: the MCU does not check if this is possible, and the value must be in cents, for example, send 150 for €1.50.
v: “Connected” – the MCU will send all coin values and maximum values.
Serial codes sent by the coin system
o[coin type]c[number of these coins]: The number of coins of a particular type that the system contains.
om[coin type]c[number of these coins]: The maximum coin value of the system per coin count.