Quote Originally Posted by tumbleweed View Post
Both of those have an NRESET input which is a low-active signal that will reset the module.
Connect that to one of the pic's IO pins (as long as you're powering the pic at 3.3V).

At startup, init the uart to 9600.
Then set NRESET low, delay 1msec, and set it high. They don't have any timing specs for the NRESET input, but that should do it.

After you get the initial sequence from the GPS then you can switch it to 38400.
Thanks a lot, i'll do that tomorrow and i will post the result.