Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 33

AT COMMANDS EXECUTION USING CDMA MOBILE

By

C. Haritha

(04L21F0054)
JNT UNIVERSITY
Under The Guidance of

Mr. P. Naga Raju Vaagdevi Institute Of Technology&Science

Introduction
The mobile manufacturers need to test the mobile before going to release the products for this we need to develop a software called WAVEDM. Our software, WAVE DM, analyzes the mobile performance by passing some commands to mobile and getting results. For this we need to establish the connection between the mobile and PC . The physical connection is made by using USB cable

when we run this application , it checks all the available ports and identifies the port to which mobile connected. It now opens that port. Then the port becomes ready for communication. This is said to be connection establishment phase of this application. once connection established, we can send any commands and can extract related information up to we close the port. We can even make a call from PC and send messages too.

The WAVEDM acts as a interface between CDMA mobile and PC. The communication with mobile is possible through AT commands by using USB cable communication . By using this AT commands we can extract General information, Extended information, Data information of mobile.

We can analyze the default settings of the mobile and by giving parameters externally we can change default settings of mobile and make them as new settings. The general information will provide the details of mobile manufacturer, model of mobile, mobile services. The data information will give details of data compression, the extended information will give Battery charge capacity,Signalquality.

Architecture

BTS

USB serial cable

Objectives

Verifying all the ports Identifying the port, to which mobile connected Opens the port Makes the port ready for communication Closing the port after communication Extracting information by passing AT Commands

Existing System
In the past,the performance of the mobiles was manually tested by using some hardware components. Availability of software tools were also less.

Drawbacks in Existing System


There are limited tools for CDMA Mobiles. There is no tool which is going to show the mobile details in the PC. The Existing tools are used for specific purpose only like signal information , There is no integrated tool.

Proposed System
Wave DM is a tool which is used to analyze the CDMA mobile, network and service performance.

Advantages in Proposed System


Finding the current signal status in the numeric format , which is not possible manually. Analyzing the call processing from the Pc with out using the mobile. Viewing the mobile Data and External information to know what are the default settings assigned to the mobile.

AT commands execution
AT commands are attention commands used to communicate with the modem of mobile which responds with particular command and displays the information. The syntax to be followed is: To pass AT command that is AT as a prefix, if we want to assign any value use = symbol . There are basic commands and extended commands. For basic commands no + prefix. For extended commands we need to have + symbol as prefix

Activity Diagram for user:

Activity Diagram for WAVE DM

Activity Diagram for mobile

Hardware & Software Requirements

Intel P-III based system 64MB to 256MB RAM 2GB to 30GB Hard disk Any CDMA mobile CDMA mobile supported USB cable

Java Swings Compatible CDMA mobile driver software Comm.jar

Test cases
Test case Test 1 Description Port detection Result Success Unsuccess Error handling ------Check the physical connection and modem driver installation

Test 2

Connection establishment to the port

Success Unsuccess

------whether other software using this port

Test 3

Testing commands for general information

AT+GMI Wrong command

LG Electronics Error indication

Test 4

Testing commands for data information

AT+DR Wrong command

Data compression reporting Error indication

Test 5

Testing commands for extended information

AT+CBC Wrong command

Battery charge indication Error indication

Conclusion
The automated wave DM tool has been developed successfully and gained knowledge about the various functions of the mobile system such as how the service works, network information and also the protocols followed to support mobile communication ,and also gained considerable knowledge about various AT commands of CDMA Mobile.

You might also like