Closed GoogleCodeExporter closed 9 years ago
Duplicated your problem I believe. Solution:
Don't close the Serial port, or reopen it after the xbee.begin(9600).
ex
Serial.begin(9600);
/*your configuration code*/
//Serial.end(9600) <- don't do this
xbee.begin(9600);
Don't think this is a bug
Original comment by theh...@gmail.com
on 18 Feb 2011 at 3:05
Original comment by andrew.rapp@gmail.com
on 3 Apr 2011 at 2:51
Original issue reported on code.google.com by
Dbs...@gmail.com
on 25 Aug 2010 at 4:46