XBEE BS2 GPS communicating but its in greek
Warrlok
Posts: 77
hi all ,,, i have a BS2 and GPS sending location thru a pair of xbee pro 2.4 ,s ,,,i have a gps program that works but when sent thru the xbee,s it comes out in symbols,any body have a clue how to decode this on the stamp and it should look like the first pic but this is what i,m getting[noparse][[/noparse]code]
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Problems are the "roads" of life,
solutions are only "onramps" to the next problem
············································· "Brad Smith"
Post Edited (Warrlok) : 4/28/2010 7:14:25 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Problems are the "roads" of life,
solutions are only "onramps" to the next problem
············································· "Brad Smith"
Post Edited (Warrlok) : 4/28/2010 7:14:25 PM GMT
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Problems are the "roads" of life,
solutions are only "onramps" to the next problem
············································· "Brad Smith"
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
what i dont understand is why the output seems to be encoded ?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Problems are the "roads" of life,
solutions are only "onramps" to the next problem
············································· "Brad Smith"
·
This is going from GPS to BS2 to xbee -> xbee to comp...to Basic stamp editor debug ,,,,
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Problems are the "roads" of life,
solutions are only "onramps" to the next problem
············································· "Brad Smith"
·
I also wonder if you're having a computer problem of some sort that's causing this. All of your posts have multiple periods (.) and commas (,) where there should be just one. Is that some kind of keyboard issue? Might it be affecting what you're trying to do? It's not going to be easy to program reliably if you've got that kind of glitch.
the bs2 is getting the correct data from the GPS , its working with the serial cable but i had to change the serial out from pin # 16(serial cable pin) to pin#5 for the xbee and i,m receiving data from the xbee just not the right data, and the extra commas are just my style o(or lack of it,,,... ;>
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Problems are the "roads" of life,
solutions are only "onramps" to the next problem
············································· "Brad Smith"
·
This document explains it in great detail. I suggest that you work through the examples. That's what worked for me.
http://selmaware.com/appbee/AppBee_Doc.PDF
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Problems are the "roads" of life,
solutions are only "onramps" to the next problem
············································· "Brad Smith"
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Problems are the "roads" of life,
solutions are only "onramps" to the next problem
············································· "Brad Smith"
·
Modify the pin assignments to suit your setup, send your GPS data as DEC X. Any formating of the data can be done after the transmission.
Hope this helps.
Post Edited (Wildatheart) : 5/5/2010 2:45:16 AM GMT