I'm a first time user having issues with my XBee radios. When i connect them via USB to my computer and open up a serial port, I see the XBee counting up like so:
00000128
00000129
0000012A
0000012B
0000012C
0000012D
Despite not being connected to another XBee! The counting sequence resets upon losing power. Is this supposed to be happening? How would I see data being sent if it's just jumbled with counting?
I turned to serial because XTCU was also giving me weird bugs. It would connect, but then fill all the values with garbage on configuration.
With serial +++ makes the counting stop, and ATID, ATMY, and ATSL return reasonable values. However, ATDL just returns an error!
I'm using an XBEE Pro S3B Xbee (XBP9B-XCST-002 revM).
Does anyone have any insight into what's going on?