Intermec CN50 WWAN Toolkit User's Guide

Intermec CN50 Manual

Intermec CN50 manual content summary:

  • Intermec CN50 | WWAN Toolkit User's Guide - Page 1
    WWAN Toolkit User's Guide
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 2
    , ScanPlus, ShopScan, Smart Mobile Computing, SmartSystems, TE 2000, Trakker Antares, and Vista Powered are either trademarks or registered trademarks of Intermec Technologies Corporation. There are U.S. and foreign patents as well as U.S. and foreign patents pending. ii WWAN Toolkit User's Guide
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 3
    on the CN4 and CN50 mobile computers. • Change the part number from 1-960641-04 to 934-053-001. This document was revised to support software release 5.3. This document was revised to support software release 5.2. Added references to the CN3 mobile computer. WWAN Toolkit User's Guide iii
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 4
    iv WWAN Toolkit User's Guide
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 5
    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 8 Setting Up GPRS APN (GSM ONLY 8 WWAN Toolkit User's Guide v
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 6
    8 Dropping the WWAN Connection 9 2 Examples 11 About the Examples 12 DataCom 12 Info 14 Phone Book 15 SimPin 16 SMS 17 VoiceDialer 18 3 Troubleshooting 19 Network Issues 20 Development Issues 21 Connection Issues 22 Operating System Issues 23 4 WWAN Glossary 25 vi WWAN Toolkit
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 7
    for handling a particular condition or set of circumstances. Global Services and Support Warranty Information To understand the warranty for your Intermec product, visit the Intermec website at www.intermec.com and click Support > Returns and Repairs > Warranty. WWAN Toolkit User's Guide vii
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 8
    website at www.intermec.com to download our current manuals (in PDF). To order printed versions of the Intermec manuals, contact your local Intermec representative or distributor. Visit the Intermec technical knowledge base (Knowledge Central) at intermec.custhelp.com to review technical information
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 9
    for Windows Mobile 6.1 User's Manual • CN50 Mobile Computer for Windows Embedded Handheld Mobile 6.5 User's Manual • CS40 Mobile Computer User's Manual • 70 Series Mobile Computer User's Manual The Intermec website at www.intermec.com contains our documents (as PDF files) that you can download for
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 10
    Before You Begin x WWAN Toolkit User's Guide
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 11
    1 Getting Started This chapter covers the following topics: • About the WWAN Toolkit • Downloading and Installing the WWAN Toolkit • Developing Applications in Different Environments • Using the WWAN Toolkit API 1
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 12
    Windows XP (with Service Pack 3) or 32-bit Windows 7 when developing applications using the WWAN Toolkit. The installation requires 18 MB of free disk space on your PC. To download and install the WWAN Toolkit 1 Visit the Intermec website at www.interme.com and select Products > Computers > Handheld
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 13
    installation steps required for the different development environments in the sections ahead. 7 Warm boot your mobile computer. For more information, see your mobile computer user's manual. Developing Applications in Different Environments This section explains how to get started developing
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 14
    select Intermec WWAN Toolkit. Java Development This section does not include a detailed setup procedure because Java development for Windows Mobile does Setting Up the Toolkit You must set up the WWAN Toolkit before you can set up the internal states and variables. To use the cross-platform feature
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 15
    is based on information in the SIM card provided by your network operator. It may also require selecting the operator. If this is the case, see the Network Selection Functionality section in the WWAN Toolkit Programmer's Reference Manual. Setting Up Event Reporting All applications that require
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 16
    on the network. The RAS API does not display any pop-up windows about the current state of the connection process. • Connection Manager: This . This bubble can be misused by certain users to enter faulty settings and disrupt the application. Creating a WWAN entry. 6 WWAN Toolkit User's Guide
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 17
    displays in the Settings menu under "Connections". Removing a WWAN Connection When you shut down the Toolkit, the Windows registry is not cleaned up. When you set up the Toolkit After the connection parameters are set up, you can start the connection process. WWAN Toolkit User's Guide 7
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 18
    PSD network available, all PSD connection attempts will fail. Setting Up GPRS APN (GSM ONLY) You only need to set up the GPRS APN if the connection is a process, and only return FALSE if there is a major problem with the connection parameters. The Toolkit sends events until the Toolkit User's Guide
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 19
    Chapter 1 - Getting Started Dropping the WWAN Connection To terminate a Connection Manager connection, use DoDialUpHangup(). To terminate a RAS connection use DoRASHangup(). WWAN Toolkit User's Guide 9
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 20
    Chapter 1 - Getting Started 10 WWAN Toolkit User's Guide
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 21
    2 Examples 11
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 22
    GSM devices. Simple voice dialler for incoming and outgoing calls. Also supports audio level adjustment. Manage the security settings of the SIM card (GSM only). Manage the phone book. Send and manage other languages, the connector itself listens to the Toolkit events. 12 WWAN Toolkit User's Guide
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 23
    stored in this class for each language. Filename WWANConnector.java WWANConnector.cs WWANConnector.vb WWANConnector.cpp Language Java C# VB .NET C++ The Datacom Sample WWAN Toolkit User's Guide 13
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 24
    When the application starts, it performs the following tasks: • Powers on the radio. • Checks the SIM card status. • Retrieves information from the Toolkit. The following table shows the main class where all InfoDlg.cpp Language Java C# VB .NET C++ The Info Sample 14 WWAN Toolkit User's Guide
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 25
    the phone book list. The phone book entries are read either from the SIM card (GSM devices) or from file (CDMA devices). Since the AWT (Abstract Window Toolkit) is used in Java, you cannot add hidden data to a list cpp Language Java C# VB .NET C++ The Phonebook Sample WWAN Toolkit User's Guide 15
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 26
    tasks: • Powers on the radio. • Checks the SIM card status. • Based on the status, buttons for each available option are enabled. For example, if the SIM card is locked and requires the PUK (Personal Unblocking Key cpp Language Java C# VB .NET C++ The SimPin Sample 16 WWAN Toolkit User's Guide
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 27
    Service) messages and display received messages. When the application starts, it performs the following tasks: • Powers on the radio. • Checks the SIM class. When you use AWT (Abstract Window Toolkit) in Java development, tab pages are not supported. To address this, one panel is User's Guide 17
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 28
    SMS Sample: 'Send' window and SMS inbox. This example shows how to create a voice dialing application. When the application starts, the radio powers on and the application checks the SIM card status. After start up Language Java C# VB .NET C++ The VoiceDialer Sample 18 WWAN Toolkit User's Guide
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 29
    3 Troubleshooting This chapter addresses issues that may come up when using the WWAN Toolkit to develop software applications. 19
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 30
    file. You can also rename any WAV file to WWANTKRing.wav and copy it to the windows folder on your device. If you have upgraded your OS/firmware, the speaker and microphone volume levels may reset to zero by default. Use SetSpeakerVol and SetMicVol to set the levels. 20 WWAN Toolkit User's Guide
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 31
    Use this section to help you troubleshoot development issues. Common Development Issues Question Basic. Now that the WWAN Toolkit no longer supports the COM wrapper, what do I do? Migrate windows directory of your device and the wrapper matches the dll you are using. WWAN Toolkit User's Guide 21
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 32
    you troubleshoot connection issues correct APN for the SIM you are currently using. Where can I find information about the http://support.microsoft.com/kb/q163111 RAS create my connections The WWAN Toolkit supplies a sufficient set of commands to control the while using the Toolkit User's Guide
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 33
    all SMSs are stored in the file WINDOWS\sms_storage.dat If you want to change this location (for cold boot resilience etc.), modify the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Intermec\WWANToolkit\SmsFileN ame. Why does the toolbar in Phone Edition signals "No service" when running a WWAN Toolkit
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 34
    Chapter 3 - Troubleshooting 24 WWAN Toolkit User's Guide
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 35
    4 WWAN Glossary This chapter provides explanations of important terms and concepts related to wireless technology. 25
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 36
    wireless technology based on the CDMA platform. 1xRTT can provide speeds of up to 144 kbps. 1xRTT is also referred to as CDMA2000. APN Access Point Name (APN) is: • An IP network to which a mobile can be connected. • A set of settings Ordinary voice phone service is circuit- to every user. Instead,
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 37
    Node (GGSN) in GPRS is equivalent to the Home Agent in Mobile IP. It is a router which detunnels user data from GTP, and transmits normal user data IP packets. GPRS General Packet Radio Service (GPRS) is a standard for wireless communications which run at speeds up to 115 kbps, compared with the
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 38
    user's name and password are transmitted over a network and compared to a table of name-password pairs. Typically, the passwords stored in the table are encrypted. The Basic Authentication feature data in a network. Individual packets, with a set size and format, are accepted by the network and
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 39
    use networks other than your own when travelling abroad. Service Provider The service provider is the company that owns your mobile phone's signature on a contract and bills you for your calls. Also known as Network Operator. SGSN The Serving GPRS Support Node (SGSN) is the node that carries out the
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 40
  • Intermec CN50 | WWAN Toolkit User's Guide - Page 41
    Worldwide Headquarters 6001 36th Avenue West Everett, Washington 98203 U.S.A. tel 425.348.2600 fax 425.355.9551 www.intermec.com © 2011 Intermec Technologies Corporation. All rights reserved. WWAN Toolkit User's Guide *934-053-002* P/N 934-053-002
  • 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

WWAN Toolkit
User’s Guide