Quantcast
Channel: Microcontrollers
Viewing all articles
Browse latest Browse all 4923

PIC18f with GPS to the LCD, small issue--need help

$
0
0
I have a pic18f4520, mplab xc8. Trying to find my problem, but no luck. So far I have Lat: and Lon: showing up on lcd, but no actual data. I was debugging earlier and had some small amount come in, but not the entire string. At this point I have just LAT: (line 1) LON: (line 2). Could someone look over my code and show me where I'm going wrong. It's located in the GetGpsdata after the $GPGGA string is filtered. thanks!!!
Code (C):
  1.  
  2. #define _XTAL_FREQ 8000000 // subject to change
  3.  
  4. #include...
PIC18f with GPS to the LCD, small issue--need help

Viewing all articles
Browse latest Browse all 4923

Trending Articles