GPS and BS2 interface.Need Help...
hi all,Could anybody help me how to interface the GPS receiver module and BS2.i was trying with the GPS module DEMO code that i got from parallax but it does not work.i think i need to add code for BS2 to interface in the program.But i dont know how to do?any assist would me highly appreciated.Thanks.I
Regards;
Bogra
I HAVE ATTACHED THE DEMO CODE WHICH I HAVE USED.
Regards;
Bogra
I HAVE ATTACHED THE DEMO CODE WHICH I HAVE USED.
txt

12K
Comments
Dave
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dave Andreae
Parallax Tech Support·
Thanks lot.
regards;
Bogra.
Dave
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dave Andreae
Parallax Tech Support·
Thanks lot.
Regard;
Bogra
Dave
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dave Andreae
Parallax Tech Support
Post Edited (Dave Andreae (Parallax)) : 1/25/2008 5:18:02 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
regards;
bogra
The Parallax sample programs will do what their comments say they will do. Whatever description is given in the comments and in the documentation of the parts needed or connections needed should be correct and adequate for the sample programs to work. This is true for all Parallax products. If something doesn't work, the most likely explanation is that you haven't done what is described. There are occasional errors and every once in a while, there's a defective device, but overwhelmingly, the customer has made a mistake somewhere, often simple and often obvious once found. You will do best if you assume this is so and double and triple check your wiring, power source, programming, etc.
Post Edited (Mike Green) : 1/26/2008 6:36:44 AM GMT
I've since hooked it all up to use LCD screens instead of my laptop. If you're having a problem showing the data on an LCD, learn to use the LCD with other information first, before going to all the time and trouble of trying to display GPS data (when you have to wait to collect the data). Make sure that you can display strings, and then make sure that you can display the values of variables. Get used to using the LCD first, before trying it together with your GPS receiver.
In a couple of your posts it sounds as though you're expected the GPS demo program to send the data to the LCD. It will not. You need to write the code to do that. Look at the demos for the LCD to learn how to write that code.
Thanks lot.
bogra
Thanks