JBC home
Background

What is PCS?
PCS Data Today
Markets
Using PCS for data
Events
The Context
The Future
Press
Yellow Pages
Utilities
Mobile Data Initiative
GSM Data
Links
Feedback
Mailing List


Intel's data card analyzer BETA

The Data Card Analyzer is a tool that was internally developed by Intel Corporation for testing, configuring and querying data cards using pre-written AT command scripts.

This product is in BETA (pre-release) and is not in final form. Please read the disclaimer before downloading.


Beta Product Disclaimer

NOTE: THE MATERIALS ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED WARRANTY OF ANY KIND INCLUDING WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT OF INTELLECTUAL PROPERTY, OR FITNESS FOR ANY PARTICULAR PURPOSE. IN NO EVENT SHALL INTEL OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS INTERRUPTION, LOSS OF INFORMATION) ARISING OUT OF THE USE OF OR INABILITY TO USE THE MATERIALS, EVEN IF INTEL HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, THE ABOVE LIMITATION MAY NOT APPLY TO YOU. INTEL FURTHER DOES NOT WARRANT THE ACCURACY OR COMPLETENESS OF THE INFORMATION, TEXT, GRAPHICS, LINKS OR OTHER ITEMS CONTAINED WITHIN THESE MATERIALS. INTEL MAY MAKE CHANGES TO THESE MATERIALS, OR TO THE PRODUCTS DESCRIBED THEREIN, AT ANY TIME WITHOUT NOTICE. INTEL MAKES NO COMMITMENT TO UPDATE THE MATERIALS.

Download the files

This software is copyrighted, and may only be installed and used in accordance with the license that accompanies it.

The Intel Data Card Analyzer (2 MB)

Note: The Data Card Analyzer is a compressed .zip file. In order to uncompress the files, you need to use a utility such as WinZip*.

Documentation (also included in the download files)

 

What is the Intel Data Card Analyzer?

The Data Card Analyzer is a tool that was internally developed by Intel Corporation for testing, configuring and querying data cards using pre-written AT command scripts.

AT commands are used by your notebook computer to communicate with your data modem. The use of pre-defined scripts allows users to quickly test, configure or query their data cards without having to manually enter the AT commands or be familiar with the syntax and meaning of each command.

The tool can be used to test the capabilities of your data card by sending AT commands to the card, thereby checking which AT commands are supported. For example, there are a series of AT commands that are used to control SMS messaging on a GSM system, but not all GSM cards support SMS messaging. You can determine whether your card supports SMS by sending a series of SMS AT commands to the card and checking to see if the card recognizes the commands.

AT commands can also be used to configure data cards. For example, a card vendor may offer an AT command to determine whether the phone beeps when an SMS message is received. The analyzer tool can be used to send such configuration AT commands to the card and then can test the effects of the configuration changes.

In addition, many vendors support AT commands that can be used to query for information about the data card or even about the phone that is connected to the card. For example, a vendor may support a command to query for the serial number of the data card, or the battery charge level of the cellular phone attached to the card.

Examples of each of these uses are present in the scripts that are included with the Analyzer program.

 

System Requirements

This software is designed to run on the Microsoft Windows* 95 operating system.

Writing a Script File of AT Commands

Script files for the tool can be in text or Rich Text Format (RTF), and have a straight-forward implementation. To have an AT command sent to the data card when the script is run, simply enter the specific AT command on a line by itself in the script file. The syntax of the command should be the same as that usually used for AT commands on your device. Comments can also be entered in the script and are indicated by a line that begins with a period (".") character.

For example, the following text would query for manufacturer identification information, datacard capabilities, and facsimile capabilities:

.Query for manufacturer information
AT+GMI
.Query for datacard capabilities
AT+GCAP
.Query for fax capabilities
AT+FCLASS=?

See the included sample scripts for more examples of the use of AT commands.

Running a Script File of AT Commands

To run a script file in the Data Analyzer, follow these steps:

  1. Click the Open Script button. In the open script dialog box, choose the script that you wish to run.
  2. Click the Properties button. In the Properties dialog box, choose the preferred options for the data card that you wish to check. In particular, make sure that you specify the correct port for your data card.
  3. Click the Open Port button. The dot in the upper-right corner of the window will turn green once the port is open.
  4. Click the Run Script button to run the loaded script on the open port.

The text of the script will be displayed as it runs. Everytime an AT command appears in the script, that command is sent to the data card and the return value from the data card is displayed on the screen below the command that was sent. A running script may be interrupted by clicking the Close Port button.

Using a Log File

The Data Card Analyzer allows you to save the output of a script for later reference. Log files will save everything that is printed to the screen after the log file is opened. To use a log file to save the output of a script, follow these steps:

  1. Click the "Open Log" button. In the open log dialog box, choose the log file that you wish to open, or type the name of a log file that you want to create.
  2. Load a script and run it as described in the above section. All output from the script is recorded in the log file.
  3. When you no longer want output to the main analyzer window to be logged in the open log file, click the "Close Log" button to close the log file.

The log file may be viewed and printed from any text editor, and may also be viewed later in the Card Analyzer program.

Legal Information and Privacy Policy
© 1999 Intel Corporation