I have an adafruit breakout board gps connected to an xbee in one room and a recieving xbee in another, is there some way to get the xbee to talk to the gps and send it the typical arduino commands to exclude some NMEA sentences etc, i.e. :
GPS.sendCommand("$PGCMD,33,0*6D");
GPS.sendCommand(PMTK_SET_NMEA_UPDATE_10HZ);
GPS.sendCommand(PMTK_SET_NMEA_OUTPUT_RMCGGA);
Im using xbee s3 and adafruit ultimate gps v3.