I'm trying to use the ublox NEO-6M GPS Module with TinyGPS library. When using one of the examples of the library, I couldn't have it working. Printing the data directly received from the module, I realized that the messages come incomplete. Before one message finish, the new one starts and interrumpts the first. Something like this:
$GPTXT,01,01,02,�$GPTXT,01,01,02,�$GPTXT,01,01,02,�$GPTXT,01,01,02,�$GPTXT,01,01,02,�$GPTXT,01,01,02,�$GPTXT,01,01,02,... and on and on.
The baud rate is configured as 9600. Any clue of why is this happening? Is my module damaged?