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

Unrelated call to readBytesUntil breaks xbee #40

Open
GoogleCodeExporter opened this issue Apr 6, 2015 · 0 comments
Open

Unrelated call to readBytesUntil breaks xbee #40

GoogleCodeExporter opened this issue Apr 6, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Connect xbee via hardware serial
2. Connect something else via SoftwareSerial and call readBytesUntil
3. Call xbee.send

What is the expected output? What do you see instead?
If readBytesUntil has not been called, the packet is successfully sent.  If 
this has been called before, the call never returns.

What version of the product are you using? On what operating system?
It is unclear how to determine version of the Xbee library, as there is no 
versioning header in xbee.c or xbee.h

Please provide any additional information below.
I've narrowed it down to the readBytesUntil call.  Having the SoftwareSerial 
port change its listening status does not create the behavior - only the call 
to the Stream derived function.

Original issue reported on code.google.com by [email protected] on 1 Oct 2013 at 9:33

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

No branches or pull requests

1 participant