kmark / Bee

The simple DigiMesh XBee library for Arduino
Other
11 stars 9 forks source link

CTS/RTS #5

Open nzfarmer1 opened 7 years ago

nzfarmer1 commented 7 years ago

Hi there

We use a slightly modified version of your great library. However, since moving to the SX range of devices we've been having issues with modems getting bricked and so are going to implement rts/cts handshaking.

Have you considered implementing this for your library?

kmark commented 7 years ago

Using the RTS/CTS pins on the XBee? I haven't considered it since I haven't had to use more than two XBees personally. It's definitely something worth adding to the library as it looks like it's valuable for any circumstance with >2 devices. If I had to take a stab at this library again I'd probably change it to C. The reason this library hasn't seen any work from me recently is I just haven't had the opportunity to experiment further with Arduino/XBee/etc.

nzfarmer1 commented 7 years ago

Thanks

This is my fork/clone of your work.

https://github.com/nzfarmer1/Bee

Will integrate and publish any changes.

kmark commented 7 years ago

Looks great, thank you.