GPS + TinyGPS + NewSoftSerial

Anyone out there manage to use the TinyGPS and NewSoftSerial libraries to parse messages from a GPS at > 1hz? I have code that works great at 1 hz but chokes if I up the GPS rate to 2hz or higher.

Just curious if anyone's done it. It'll make my troubleshooting happier if I know that it's possible to make it work and the problem is just my shoddy code!

The max I have done it at is 1Hz. Are you sure your GPS can cope with 2Hz? Maybe you need to increase the baud rate on both (if you can).

Mowcius