Author Topic: Query the status of EPO file loaded into flash memory  (Read 11198 times)

Horsa

  • Moderator
  • Full Member
  • *****
  • Posts: 145
  • Trenz Electronic GmbH
    • Trenz Electronic GmbH
Query the status of EPO file loaded into flash memory
« on: March 21, 2012, 10:42:24 PM »
Q: How can be queried the status of EPO file loaded into flash memory?

You can query the validity period of the off-line AGPS data (EPO file loaded into Flash memory) by sending command
Code: [Select]
$PMTK607
that will be ACKnowledged by packed
Code: [Select]
$PMTK707
Example
Code: [Select]
$PMTK707,28,1680,259200,1681,237600,1680,259200,1680,259200*19
The description of each item is as follows:
  • Number Epoch:28
  • First Epoch Week:1680
  • First Epoch TOW:259200
  • Final Epoch Week:1681
  • Final Epoch TOW:237600
  • Crnt Min Epoch Week:1680
  • Crnt Min Epoch TOW:259200
  • Crnt Max Epoch Week:1680
  • Crnt Max Epoch TOW:259200
  • checksum: *19
« Last Edit: March 23, 2012, 11:21:41 AM by Horsa »