=============================================================================== W A V E C O M =============================================================================== OPEN AT V1.10 Evaluation Version Updated : May 14th, 2002 ******************************************************************************* * This version is time & feature-limited. * * Though the documentation provided here is complete, the evaluation version * * only operates in remote execution mode. * * Moreover, this version will stop working 45 days after installation on a PC.* ******************************************************************************* =============================================================================== (To print this file : use Notepad and remove all margins and default header.) --------------------------------- Content of this file --------------------------------- This Read Me file describes the content of the OPEN AT CD-ROM (V1.10 Evaluation Version). I. CD-ROM Contents II. Documentation III. Examples of simple Open AT applications IV. Open AT development tools I - CD-ROM Content ================== This CD-ROM includes : - The Wavecom core software, - The Open AT development tools, - Examples of simple Open AT applications, - The documentation in PDF file. II - Documentation ================== OPEN AT FLYER (TAKE COMMAND WITH OPEN AT) : General description of Open AT. MUSE PLATFORM BROCHURE : Marketing brochure describing the Wavecom Open Software Platforms (MUSE platform) GETTING STARTED WITH OPEN AT : Description of the first steps to use Open AT. TUTORIAL : Tutorial for the development of Open AT applications. DEVELOPMENT GUIDE : Description of the Open AT APIs, description of the operating modes, and examples of simple Open AT applications. TOOLS MANUAL : Description of the development tools provided by Wavecom. FAQ : Frequently Asked Questions. AT COMMANDS INTERFACE GUIDE : Description of the AT commands supported on the Wavecom products. III - Examples of simple Open AT applications ============================================= CALL MONITORING : This application provides unsolicited responses in order to inform the external application of the current call operations. FULL DUPLEX DATA : This application provides a specific "AT+DATA" command that has been defined to initialize a data call between one product, considered as Master, and another one considered as Slave. Each product sends 256 data blocks to the other party, and the Master then releases the call. HALF DUPLEX DATA : This application provides a specific "AT+DATA" command that has been defined to initialize a data call between one product, considered as Master, and another one considered as Slave. The "master" product sends 256 data blocks to the Slave, and then releases the call. SMS AUTOMATON : This application provides unsolicited indications to inform the external application that a formatted SMS has been received. TELEMETRY : This application checks the state of requested GPIOs every 3 seconds. On a change, it sends a SMS report to the number set by the application (through the "AT+TEL" command). LCD CLOCK : This application automaticaly gets the current time from the SMS service center, and displays it on a LCD, using the bus API for I2C or SPI bus, and the LCD drivers of the Wavecom sample library. IV - Open AT development tools ============================== TARGET MONITORING TOOL : Set of tools used to control and monitor Wavecom products. SERIAL LINK MANAGER : Tool using the serial link of the PC to communicate with the Wavecom products. TERMINAL EMULATOR : Tool used to send and receive commands and data to the Wavecom products. REMOTE TASK ENVIRONMENT : Tool allowing the execution of an Open AT application from a PC, while communicating with the Target sofware through a serial link.