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

Real data is different than the protocol document #8

Closed
roadcontrolsystems opened this issue Jan 4, 2019 · 2 comments
Closed

Real data is different than the protocol document #8

roadcontrolsystems opened this issue Jan 4, 2019 · 2 comments

Comments

@roadcontrolsystems
Copy link

roadcontrolsystems commented Jan 4, 2019

Hi,
When I debug the data which is sent by the arduino, I see that actual message frame is the short version of the frame indicated in the datasheet. Version and the checksum fields are missing.

What should I do to run the module with full frame communication?

Edit: I see that current protocol is based on this chinese document.
http://images.100y.com.tw/pdf_file/40-JQ6500-24SS.pdf

Thanks.

@sleemanj
Copy link
Owner

sleemanj commented Jan 4, 2019

Is the device you have not functioning with the command frames the library sends?

@roadcontrolsystems
Copy link
Author

roadcontrolsystems commented Jan 4, 2019

I am sorry by opening this issue. I mixed the current protocol with the MP3-TF-16P MP3 Module's protocol which is very similar and extended version of this protocol.

For example, to reset the module, I was expecting to see " 7E FF 06 0C 00 00 00 FE EF EF" but library sends "7E 02 0C 7E ".

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

2 participants