Quote Originally Posted by scalerobotics View Post
Your gps_data is defined as a single byte. You want an array to work with, so you should define it as something like:

Code:
gps_data var byte[6]


hi thanks for pointing that out but still nothing.

i changed my code to serin2 TX,84,[WAIT("$GPGGA"),WAIT(","),DEC2 H,DEC2 M,DEC2 S]


PAUSE 200

HIGH PORTC.0
PAUSE 200
LOW PORTC.0
PAUSE 200

SEROUT2 PORTC.1,16468,[dec2 H, dec2 M, dec2 S]

GOTO MAIN

still nothing

the gps module is connected properly it is receiving 3.3v so unsure whats going on

do you no if it must have a backup battery, because at the moment i don't have that pin connected to anything