gps signal handling
daemian3002
Posts: 2
Hi all,
I heard that oopic's gps module cannot be handled properly by an oopic(data rate and
volume is too great for it) but it can be handled better by a Parallax Stamp of the IIx or IIp variety.
Can anyone please confirm?
thanks
I heard that oopic's gps module cannot be handled properly by an oopic(data rate and
volume is too great for it) but it can be handled better by a Parallax Stamp of the IIx or IIp variety.
Can anyone please confirm?
thanks
Comments
The BASIC Stamp can be used to capture and parse GPS data. When using the BS2p or BS2pe the GPS string can be buffered into the Scratchpad RAM for parsing after capture. When using other modules in the BS2 family members, serial modifiers like WAIT and SKIP are used to capture specific elements from the stream.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas Office
Despite the fact that each revision of stamp is faster (or different) in processing speed....they can be made to communicate at the same speeds.
Serin/Serout is the most common communication method....it's only a matter of matching baud rates.
The baudrate # will be different on each stamp.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Steve
http://members.rogers.com/steve.brady
http://www.geocities.com/paulsopenstage
"Inside each and every one of us is our one, true authentic swing. Something we was born with. Something that's ours and ours alone. Something that can't be learned... something that's got to be remembered."
As Steve indicated, processor speed is not the issue -- it's the baud rate used between the two devices. For example, my 2.2 gig P4 computer happily communicates with my BS2 all day long; at the agreed-upon baud rate of 9600 (programming rate -- I can change the baud for communications to anything the BS2 will support).
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas Office