Sony Ericsson RC function Application Note

For remote script downl
Hide thumbs Also See for RC function:

Advertisement

Quick Links

Application Note
Use of the RC function
for remote script download

Advertisement

Table of Contents
loading

Summary of Contents for Sony Ericsson RC function

  • Page 1 Application Note Use of the RC function for remote script download...
  • Page 2 Second edition (February 2004) Sony Ericsson Mobile Communications. publishes this manual without making any warranty as to the content contained herein. Further Sony Ericsson Mobile Communications. reserves the right to make modifications, additions and deletions to this manual due to typographical errors, inaccurate information, or improvements to programs and/or equipment at any time and without notice.
  • Page 3: Table Of Contents

    Remote script download using RC intrinsic function Contents INTRODUCTION ........................ 4 OVERVIEW ........................5 .......................... 5 ENERAL ......................5 ONTROL SETUP GR47 S ...................... 6 EMOTE ETUP ......................6 ECURITY ASPECTS 2.4.1 SMS ......................... 6 2.4.2 CLIP......................... 6 FUNCTIONAL DESCRIPTION OF THE EMBEDDED APPLICATION ......7 ..............
  • Page 4: Introduction

    Remote script download using RC intrinsic function Introduction The GR47 has been designed so that scripts embedded within the device can be updated either through a serial interface on UART1 or where this is not feasible, due to location, remotely using the air interface. The script resident in the device must be written in a way that makes remote access permissible and preferably with some form of authentication of the calling party.
  • Page 5: Overview

    Remote script download using RC intrinsic function 2 Overview 2.1 General The remote script download is dependant on the currently active script within the GR47 having the remote control (RC) intrinsic function capability written in such a way that once a circuit switch data (CSD) call is received, the remote control (RC) intrinsic function is called and the remote script download takes place.
  • Page 6: Remote Gr47 Setup

    Remote script download using RC intrinsic function 2.3 Remote GR47 Setup The GR47 that is to have its script updated by using the RC function must have a script with the RC functionality active as part of the main loop within the script structure (example Section 3.3).
  • Page 7: Functional Description Of The Embedded Application

    Remote script download using RC intrinsic function 3 Functional Description of the Embedded Application 3.1 Flow chart of remote control application Main Execute My Script Call Update Online required Check call status Setup data Call Call Active Active Check call status Restart Modem Script download occurs between, check call status steps.
  • Page 8: Functional Description

    Remote script download using RC intrinsic function 3.2 Functional Description This Function or something very similar has to be running in the target module to ensure that the download function will answer the data call made to establish a data download connection. Establishment of a data call is dealt with above.
  • Page 9: Embedded Application Code

    Remote script download using RC intrinsic function 3.3 Embedded Application Code The following code sample (using Sony Ericsson’s M2mpower help file) can be used to set-up the RC functionality within a script. /* This example shows how simple Over the Air Download can work using the RC function.
  • Page 10 Remote script download using RC intrinsic function else /* check status of call every second */ dlys (1); prtf ("online status NUMBER 1 = %d\n", st); st = chsts(1); st = st & 0x02; (first == 0) /* disable remote control and reset the module */ prtf ("disable rc\n");...
  • Page 11 Remote script download using RC intrinsic function prtf ("\r\nFAILED!"); RemoteMode (); prtf ("\r\n\nScript Complete!"); LZT 123 7799 R1B...

This manual is also suitable for:

Use of the rc function for remote script download

Table of Contents