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

Do not receive binary packet when there is a 0x7E byte in the #31

Open
rsotomayor opened this issue Jul 16, 2016 · 1 comment
Open

Do not receive binary packet when there is a 0x7E byte in the #31

rsotomayor opened this issue Jul 16, 2016 · 1 comment

Comments

@rsotomayor
Copy link

It does happen when I send binary data (for example a float) that contains 0x7E (start byte). To fix I have defined ATAP as 1
// #define ATAP 2

define ATAP 1

It works, but it is correct ??

@matthijskooijman
Copy link
Contributor

Did you read the documentation about needing to configure AP=2 in your XBee device? It sounds like your device has AP=1, so changing that define is needed to let the library's expectations match reality. However, running with AP=1 is less reliable than AP=2.

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