SparkFun Forums 

Where electronics enthusiasts find answers.

All things pertaining to wireless and RF links
By jjinno
#184287
Sorry, I should probably be more specific, and say that its because I already own both, and don't want to buy a Teensy 3.1 XBee Adapter, if I can avoid it...

Also more specifically, I realize that TX/RX/GND/VCC are needed, but that doesn't seem to account for any "data ready", "ready to send", or anything like that... which, as long as the Teensy operates faster than the XBee module, no problem... but any delay, and you're hosed...

And I should probably also say that Im trying to the Explorer up to an RN-XV WiFly Module... not that I understand whether or not that matters...
By stevech
#184419
Which XBee? S1? S2? they are different beasts.

If your app can avoid just blasting data to the XBee without the far end responding "OK" for each 100 bytes or less, then you need no hardware (CTS) or software flow control. There's also the XBee binary API to consider. It has inherent flow control if you use it correctly. And there are libraries based on it. There's one on the Teensy web site.