Intermec CN50 WWAN Toolkit User's Guide - Page 5

Contents, Getting Started

Page 5 highlights

Contents Contents Before You Begin vii Safety Summary vii Safety Information vii Global Services and Support vii Warranty Information vii Web Support viii Send Feedback viii Telephone Support viii Who Should Read This Manual viii Related Documents ix 1 Getting Started 1 About the WWAN Toolkit 2 Downloading and Installing the WWAN Toolkit 2 Developing Applications in Different Environments 3 C++ Development 3 .NET Development (C# and VB.NET 3 Java Development 4 Core API Development 4 Using the WWAN Toolkit API 4 Initiating the Toolkit and Radio 4 Powering On the Radio 4 Setting Up the Toolkit 4 Ensuring the Modem is Responding 4 Checking if a PIN Code is Required (GSM/UMTS 5 Selecting Network Operator (GSM Only 5 Setting Up Event Reporting 5 Error Handling 5 Shutting Down the Toolkit and the Radio 5 Shutting Down the Toolkit 5 Powering Off the Radio 6 About Data WWAN Connections 6 Types of Data Connections 6 Methods to Call Data Connections 6 Creating a WWAN Connection Entry 6 Creating Dialing Location 6 Creating a RAS Entry 6 Linking the New RAS Entry to Connection Manager 7 Removing a WWAN Connection 7 Removing the RAS Entry Link From Connection Manager 7 Deleting the RAS Entry 7 Deleting the Dialing Location 7 Establishing the WWAN Connection 7 Checking for Signal Strength 8 Checking for PSD Network 8 Setting Up GPRS APN (GSM ONLY 8 WWAN Toolkit User's Guide v

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41

Contents
WWAN Toolkit User’s Guide
v
Contents
Before You Begin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .vii
Safety Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .vii
Safety Information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .vii
Global Services and Support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .vii
Warranty Information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .vii
Web Support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . viii
Send Feedback . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . viii
Telephone Support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . viii
Who Should Read This Manual . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . viii
Related Documents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ix
1
Getting Started
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1
About the WWAN Toolkit. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .2
Downloading and Installing the WWAN Toolkit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .2
Developing Applications in Different Environments. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .3
C++ Development . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .3
.NET Development (C# and VB.NET) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .3
Java Development . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .4
Core API Development . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .4
Using the WWAN Toolkit API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .4
Initiating the Toolkit and Radio. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .4
Powering On the Radio. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .4
Setting Up the Toolkit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .4
Ensuring the Modem is Responding. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .4
Checking if a PIN Code is Required (GSM/UMTS) . . . . . . . . . . . . . . . . . . . . . . . . . . .5
Selecting Network Operator (GSM Only) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .5
Setting Up Event Reporting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .5
Error Handling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .5
Shutting Down the Toolkit and the Radio. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .5
Shutting Down the Toolkit. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .5
Powering Off the Radio . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .6
About Data WWAN Connections. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .6
Types of Data Connections . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .6
Methods to Call Data Connections. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .6
Creating a WWAN Connection Entry . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .6
Creating Dialing Location . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .6
Creating a RAS Entry . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .6
Linking the New RAS Entry to Connection Manager. . . . . . . . . . . . . . . . . . . . . . . . . .7
Removing a WWAN Connection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .7
Removing the RAS Entry Link From Connection Manager . . . . . . . . . . . . . . . . . . . .7
Deleting the RAS Entry. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .7
Deleting the Dialing Location . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .7
Establishing the WWAN Connection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .7
Checking for Signal Strength . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .8
Checking for PSD Network . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .8
Setting Up GPRS APN (GSM ONLY) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .8