hello,
how can i receive gps transmission with the serial port and analyze the date and time and store it in the program memory (c language) ?
the gps is communicatin with the following port configuration:
1200 baud 7 bit ascii odd 1 stop bit
the gps telegram is: FDDD<c1>HH<c2>MM<c3>SS<c4>mmmQ F - gps mode <c1> - character between day and hour <c2> - character between hour and minute <c1> - character between minute and seconds Q - character fot time quality
thanks in advance.