xbee-arduino icon indicating copy to clipboard operation
xbee-arduino copied to clipboard

Dose this library work with XBee S2C?

Open 408881465 opened this issue 5 years ago • 4 comments

Dose this library work with XBee S2C?

408881465 avatar Mar 16 '19 02:03 408881465

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

JChristensen avatar Mar 16 '19 13:03 JChristensen

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

matdeng avatar Apr 15 '19 15:04 matdeng

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).

dheijl avatar Jul 06 '19 14:07 dheijl

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!

ChetanAmrao avatar Jul 07 '19 04:07 ChetanAmrao