Hello, I recently purchased a Garmin 18x LVC GPS unit to use with my micro controller. I am using a PIC18 with to communicate to the GPS unit and hyperterminal to see the data. Now I am running into some problems. For one, I am very new to GPS, this is actually the first time I am working with one and I have no idea if this unit is on or off because I am not receiving any data from the unit even after 5 minutes.
Now for the controller, as I said I am using a C-Stamp micro controller that uses a PIC18. I am not sure if anyone on this forum is familiar with that controller but it has its own syntax for sending/receiving info. I am using two simple lines that SHOULD receive any data from the GPS unit but it is not. I a, also using MATLAB and the C18 compiler.
I have a few questions now as well...
For the GPS Unit does anyone know if you have to initialize the system? I have been trying to send it a string of $PGRMC,0D0A which should echo back to me. I also read that I need to end each line with return and line feed and those are the corresponding hex values for that at the end.
Any help is welcome. I just need to get this working!
Now for the controller, as I said I am using a C-Stamp micro controller that uses a PIC18. I am not sure if anyone on this forum is familiar with that controller but it has its own syntax for sending/receiving info. I am using two simple lines that SHOULD receive any data from the GPS unit but it is not. I a, also using MATLAB and the C18 compiler.
I have a few questions now as well...
For the GPS Unit does anyone know if you have to initialize the system? I have been trying to send it a string of $PGRMC,0D0A which should echo back to me. I also read that I need to end each line with return and line feed and those are the corresponding hex values for that at the end.
Any help is welcome. I just need to get this working!