Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabling bill acceptor #5

Closed
edgarborja opened this issue Nov 20, 2018 · 3 comments
Closed

Enabling bill acceptor #5

edgarborja opened this issue Nov 20, 2018 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@edgarborja
Copy link

Hi @perdidor , thanks for your work and for making this project available.

I was able to get the 1280p talking to a bill acceptor:

image

But I am unable to initialize it, I have been reading the MDB protocol specs but it is a hard read.

Can you please post an example of what I need to type in the SEND box to enable the acceptor?

@perdidor
Copy link
Owner

Hello. As per MDB 4.2 datasheet, "On power-up or reset all bill acceptance and escrow are disabled". So, you have to manually enable bill accepting. Try to send this command through test software:
34ffff000032
34 - address byte
ffff - enable accepting all bill types
0000 - disable escrow feature on all bill types
32 - MDB checksum
read please section 6-10 of MDB datasheet included in repo (file MDB_version_4-2.pdf).
Cheers.

@perdidor
Copy link
Owner

perdidor commented Nov 20, 2018

Text file with command examples added to repository.
https://github.com/perdidor/Arduino-MDB-UART/blob/master/cmd_examples.txt

@edgarborja
Copy link
Author

Thank you! This was the missing link.

@perdidor perdidor added the help wanted Extra attention is needed label Mar 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants