http://www.wavecom.com/forum

Open AT ®  Release version:
4.10

Sample - Time Base

Changes

Application Description

This application firstly subscribes to the IRQ and Message service, and stops on any error (please check the displayed traces for more information).
Then, the +TIME command has to be used to start the time base process. This process is configurable with two parameters: the time period and the process notification mode.
The time period is configurable between 10 ms and 1s.
The process notification mode can be one of the following ones:

Once the time base process is launched, events can be monitored through the following trace levels:

Important note:
as written in the ADL IRQ service documentation, this one one is not available in RTE mode.
This sample is so only usable in Target environment.

 

  AT+TIME (Time base control command)
CommandAnswers
AT+TIME?+TIME: <Mode> , <Period>
OK
AT+TIME=?+TIME: (0-6) , (10-1000)
OK
AT+TIME= <Mode> ,[ <Period> ]+CME ERROR: 3
or
OK
 
ParameterValues rangeDescriptionDefault value
Mode0-6 Time base process notification mode:
  • 0: stop time base process
     
  • 1: Direct low level notification process
     
  • 2: Low level message notification process
     
  • 3: Direct high level notification process
     
  • 4: High level message notification process
     
  • 5: Direct high level notification process (with low level notification first)
     
  • 6: High level message notification process (with low level notification first)
     
NA
Period10-1000 Time base process period, in ms 10

Updated: Tue Sep 19 17:18:12 CEST 2006;