I'm using the ET-332 GPS module, the communication is working well, but I receive incorrect datas from GPS, like those:
$GPGGA,003650.740,,,,,,0,00,,,M,0.0,M,,0000*50 (look the gps is using 00 satelites to acquire the information!)
$GPRMC,003653.740,V,,,,,,,250708,,*27 (look the data is invalid V)
I tried to send $PSRF104,my lat,my long,my alt,9650,timeofweek,weeknumber,channelcount,3*Checksum just for initialization but this don't work, after some seconds the GPS lost the information (lat,lon and alt) that I`ve send, and still showing $GPGGA without lat,lon and etc. :-/