XBee Help
I have searched through this fourm to look at the XBee topics, and found some good information, but I still can not get them to work. Breakdown, I have set them both up for 64 bit addressing DH to SH of other and DL to SL of other, put FFFF for ATMY to diable 16 bit addressing on both, and still nothing. This is my basic code to test them. Any ideas? Thanks
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
OBJ
xb : "XBee_Object"
'gps : "GPS_IO_mini"
debug : "FullDuplexSerialPlus"
CON
_CLKMODE = XTAL1 + PLL16X
_XINFREQ = 5_000_000
VAR
'byte sats, gpsheading, speed
'long latitude, longitude, altitude
PUB main
XB.start(7,6,0,9600)
XB.AT_Init ' Initialize for fast AT command use - 5 second delay to perform
'checkND
SendXB
PUB SendXB | i
repeat i from 1 to 100
xb.tx(i)
waitcnt(1_000_000_0 + cnt)
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔

Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·it doesnt clear the screen.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔