Hi,
I have a USGlobalStat EM-402 GPS. It uses the SiRFStarII chipset (http://www.sparkfun.com/commerce/product_info.php?products_id=576). It's spewing out so much data that it's overwhelming my arduino's software serial port. I'm trying to throttle back the amount of data that it's sending using the $PSRF1xx commands from the NMEA protocol.
But... it's ignoring me. I've tried putting it into debug mode, but it ignores that too. I have the GPS connected to the USB to serial converter used to program a lillypad. I can see the NMEA sentences fine. What am I doing wrong?!?!?
Here are the commands I'm trying to send:
$PSRF103,00,00,05,0020
$PSRF103,01,00,10,0025
$PSRF103,02,00,10,0026
$PSRF103,03,00,10,0027
$PSRF103,04,00,10,0020
$PSRF103,05,00,10,0021
And here's the command to turn debug on that I'm trying:
$PSRF105,1*3E
Any help at all would be appreciated!
Jules.