GPS Too Hyper
Humanoido
Posts: 5,770
The GPS outputs 4800 baud but my stamp only inputs 2400 baud.
How can 4800 be made to match 2400 (in a very simple way)?
Thanks sincerely,
humanoido
How can 4800 be made to match 2400 (in a very simple way)?
Thanks sincerely,
humanoido
Comments
-Phil
So what you're saying is, if I want to use the gps with a BS1 at 2400 baud, I will need to intercept the 4800 serial transmission with a BS2 processor, then resend it at the slower rate to the Stamp 1, or reprogram the gps in SX/B code. SX/B is not a language I know and adding the BS2 as a coprocessor to the BS1 defeats the BS1 purpose (which is smaller footprint, lighter - has less inertial mass, available in a convenient developers tiny SMT package, less cost, ease of use, has all the power needed for my projects, etc.).
It does appear that the original SX/B code should have programming to include 2400 baud, so the BS1 can be used with gps.
humanoido
Humanoido wrote: Yes I'm using the Stamp 1. I know any "other" stamp in lineup will work. But I don't want to use any other stamp.
I only have a BS1 to use currently on this project and that is the stamp "I wish to use."
Any suggestions on reconfiguring hardware or code snippet's for the BS1 for GPS would be great help.
As of now I plan to use the:
BS1
GPS module
LCD 2x16
·Rob7
Post Edited (Rob7) : 4/17/2009 2:48:50 PM GMT
Regarding a potential BS1+GPS combo: at some point, one has to recognize when the tail is wagging the dog.
-Phil
Rob7
This might all be moot, however, unless you can find a way to reload the SX chip with the modified code. I'm not sure how you would do that, but the SX chip is accessable on the bottom ot the module's PCB.
Duffer
-Phil
I'm looking forward to trying this.
If anyone tries this first,
post your results and process.
It will be helpful.
Use WordPad to view the SX/B code
and did see the location for the
receive and send baud rates.
humanoido