andrewrapp / xbee-arduino

Arduino library for communicating with XBee radios in API mode
GNU General Public License v2.0
334 stars 162 forks source link

Dose this library work with XBee S2C? #75

Open 408881465 opened 5 years ago

408881465 commented 5 years ago

Dose this library work with XBee S2C?

JChristensen commented 5 years ago

Yes, I have been using it with S2C modules with no issues.

matdeng commented 5 years ago

Does this library work if i use xbee shield that attach with arduino ?? i use xbee s2c

dheijl commented 5 years ago

Yes, I used S2C modules with an Arduino Uno (using softwareserial on pins 2 and 3) and with an Adafruit Metro M4 Express (using Serial1 on pins 0 and 1, a hardware UART).

ChetanAmrao commented 5 years ago

how do i send zbStatusResponse from a Router using send() to the Coordinator? I cannot use ZBTxRequest for it, can I? i might be wrong I used the Series2_Tx on the Coordinator and it doesn't receive any StatusResponse so i have to resort to using ZB_EXPLICIT_RX_RESPONSE which i want to avoid now

any guidance would really help me thanks cheers!