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

Other bords #8

Open
demenkovms opened this issue Apr 26, 2023 · 6 comments
Open

Other bords #8

demenkovms opened this issue Apr 26, 2023 · 6 comments

Comments

@demenkovms
Copy link

Hello. Is this solution works with any other boards, like Arduino Pro Micro?

@Tarcontar
Copy link
Owner

Hi, this won't work without modifications on the Arduino pro micro. It is only tested on the Arduino Mega.

@demenkovms
Copy link
Author

Thank you for answer! And what's modifications are need?

@demenkovms
Copy link
Author

Can you help with it? If need I will pay for your work

@Michaelschnabel-DM
Copy link

Hi, I think the UART.h and UART.cpp files might need some modifications, but I am not sure about that. The main reason I cant really help here is that I do not have any CoinChanger at hand anymore to test it out.

@demenkovms
Copy link
Author

Thank you. May be you can help with understanding MDB protocol?
I get from port HEX byte, right? how to parse them to analyze? As I know POLL is 0x03, but in specification it 0BH. 0BH it's not hex format... how to convert it? and what I must to get from VMC when it asked the connection device?
Thanks

@Tarcontar
Copy link
Owner

0BH stands for 0Bx so it is hex format :)
That project is really old and thus i am not very involved in the MDB spec myself anymore.
What do you mean with "get from VMC when it asked the connection device"?
Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants