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!!!
PIC18f with GPS to the LCD, small issue--need help
Code (C):
- #define _XTAL_FREQ 8000000 // subject to change
- #include...