XBEE getting started
stargazer2050
Posts: 89
2 quickstart boards
2 xb24-api-001
AT Mode
Loopback seems to be working, im getting ascii 152, y/umlauts with interspersed letters I type.
now to control it......(this code not working)
Host
client
Just getting a bunch of 255'S
Is there a difference between, xb.rxtime, xb.rx and rxcheck?
Is CR necessary?
Is "?" Necessary
2 xb24-api-001
AT Mode
Loopback seems to be working, im getting ascii 152, y/umlauts with interspersed letters I type.
now to control it......(this code not working)
Host
Term.start(31, 30, 0, 9600) Xb.start (3, 2, 0, 9600) Term.rxflush Xb.rxflush Repeat Xb.tx.("A")
client
term.start(31, 30, 0, 9600) Xb.start(3, 2, 0, 9600) Repeat RCVvar := xb.rxtime (250) Term.tx (home) Term.tx(cls) Term.dec(RCVvar)
Just getting a bunch of 255'S
Is there a difference between, xb.rxtime, xb.rx and rxcheck?
Is CR necessary?
Is "?" Necessary
Comments
How do you have things connected?
Also, just as a note, you don't need to home and cls since the cls will do both.
i have each xbee connected dout to 2, din to 3 on each quickstart
How do I check out communication?
Cls=home.....who knew. Lol
As for cls=home, home puts the cursor at the top left position but leaves everything intact on the screen. cls puts it in the same place while clearing the screen.
2 is tx, 3 is rx (I think)
Im in x-ctu, theres a field labeled ky aes encryption key.
Has a red x on it, do I need that number in there?
Swapped wires, when swapped I get 65535 instead of 255.
My version of x-ctu looks different so I dont have test button.
That is legacy version. Not for win8.
Digi recommends port settings from 4094 to 64, and latency 1.
Dont need ky aes key according to somebody somewhere.
At this time cant tell if im communicating or how. Xctu is reading the xbees settings though.
Yes, trying to connect 2 quickstarts!
Parallax kit with usb board and the 5v board.
Works good when the power supply is actually plugged in
Thankyou!!