User's Manual
Table Of Contents
- Chapter 2 - Windows Mobile
- Software Builds
- Where to Find Information
- Basic Usage
- Microsoft ActiveSync
- Microsoft Outlook Mobile
- Calendar: Scheduling Appointments and Meetings
- Synchronizing Calendar
- Why Use Categories in the Calendar?
- What Is an All Day Event?
- What Is a Recurrence Pattern?
- Viewing Appointments
- Creating or Changing an Appointment
- Creating an All-Day Event
- Setting a Reminder for an Appointment
- Adding a Note to an Appointment
- Making an Appointment Recurring
- Assigning an Appointment to a Category
- Sending a Meeting Request
- Finding an Appointment
- Deleting an Appointment
- Changing Calendar Options
- Contacts: Tracking Friends and Colleagues
- Tasks: Keeping a To Do List
- Notes: Capturing Thoughts and Ideas
- Messaging: Sending and Receiving E-mail Messages
- Calendar: Scheduling Appointments and Meetings
- Companion Programs
- Internet Explorer Mobile
- Chapter 3 - Configuring the Computer
- Developing Applications for the Computer
- Packaging Applications for the Computer
- Installing Applications on the Computer
- Launching Your Application Automatically
- Customizing How Applications Load on the Computer
- Configuring Parameters
- Reprogramming the CN3 Keypad
- Configuring the Color Camera
- Configuring the SF51 Cordless Scanner
- Using Configuration Parameters
Chapter 3 — Configuring the Computer
CN3 Mobile Computer User’s Manual 91
Example
In the host application, you want to get the current values of two
configuration commands from the CN3. Send the CG$+NABV transaction
from the host application
where:
The computer returns the CgS+BV4 transaction to the host application:
Configuring the Computer in a UDP Plus Network
Use the host computer to configure a CN3 in your wireless network. To
send and receive configuration data or files, write a host application that
can communicate with an Intermec Application Server (IAS), formerly
Gateway or DCS 30X.
For help, see the appropriate Gateway or DCS 30X User’s Manual. Use the
Terminal Message Format (TMF) protocol to send and receive transactions
between the host application and the CN3.
To set up the IAS, configure a peer-to-peer destination name for the host
application. Create a $NGCFGRSP transaction ID that routes to this
destination name. The IAS uses the transaction ID to route responses from
the CN3 back to the host application. $NGCFGRSP is a special
transaction ID that the server uses to forward configuration response data
from a CN3.
All configuration responses are routed with the $NGCFGRSP transaction
ID. The IAS cannot track multiple applications sending reader or
configuration commands. If you have two host applications sending reader
or configuration commands, they must both be configured to receive the
$NGCFGRSP transactions, and receive all CN3 responses.
To set up the host computer, verify host computer-to-IAS communication.
To set up the application, prepare and write a host application that can
communicate with the IAS and send transactions to and receive
transactions from the CN3 in this format.
where:
Note: The transaction header is not shown in this example. You do not
need a transaction header for a host application in a TCP/IP network, but
you do for a UDP Plus network.
CG is a TMF Configuration Get request.
$+ is the Change Configuration reader command.
BV is the Beeper Volume configuration command.
Cg is a TMF Configuration Get response.
$+ is the Change Configuration reader command.
BV4 means the Beeper Volume configuration command is set to a value of 4, which is
a very high beeper volume.
transaction header TMF field commands