Цитата(x893 @ Dec 27 2012, 13:23)

В MTK загрузить можно, но считать нельзя - поэтому надо соединяться с сервером.
Посмотрите команды 660 и 661 в приложенном документе.
SIM28_SIM68R_SIM68V_NMEA_Messages_Specification_V1.01.pdf ( 649.19 килобайт )
Кол-во скачиваний: 1026Только не пойму, зачем считывать? Проверить актуальность? А вот так:
It needs to ensure that the EPO data were successfully updated into the GPS chip. After finishing the EPO transfer protocol, make sure current UART packet format is NMEA mode. Then you can issue the PMTK_Q_EPO_INFO command
$PMTK607*33<CR><LF>
to query the EPO data status. The GPS chip will return you PMTK_DT_EPO_INFO like below
$PMTK707,56,1468,172800,1470,151200,1468,259200,1468,259200*1F<CR><LF>
This packet shows you the information of EPO data that stored inside GPS chip. For 14-day EPO file, the first argument following PMTK707 will be 56; for 7-day EPO file, it will be 28; (1468, 172800) means the starting GPS time (GPS week, GPS TOW) of the EPO data, and (1470, 151200) means the ending GPS time (GPS week, GPS TOW) of the EPO data. You have to convert (GPS week, GPS TOW) into UTC time format, so as to compare the UTC time to verify that the EPO data stored in the flash matches that of the EPO file.
Please refer to section 7 for the details of EPO related PMTK commands: PMTK_Q_EPO_INFO, PMTK_DT_EPO_INFO
EPO_User_Guide_V0.1.pdf ( 173.25 килобайт )
Кол-во скачиваний: 733
Сообщение отредактировал Цырен. - Dec 27 2012, 10:17