User Manual
Table Of Contents
- Allegro CE™ Owner's Manual
- Table of Contents
- Chapter 1 Introduction
- Chapter 2 Hardware Components
- Chapter 3 Memory Configuration and Data Storage Options
- Chapter 4 Windows CE Operating System
- Chapter 5 Technical Reference
- Chapter 6 Software Developer’s Guide for Allegro CE 3.0 and CE .NET
- Chapter 7 FCC Information, Warranty, and Software License Agreement
- Chapter 8 Expansion Pods
- Index
- Table of Contents
- Chapter 1 Introduction
- Chapter 2 Hardware Components
- Case Design
- Keyboard
- Display
- System Tray Indicators
- Batteries
- Main Power Source
- Setting Battery Charge
- Battery Life
- Recharging the NiMH Battery Pack
- Battery Gauging Explained
- Battery Status Icons
- When the Battery Voltage Drops
- Power Management Feature
- Changing NiMH Battery Pack
- Alkaline Battery Holder: Inserting Batteries and Usage Information
- Storing the Allegro CE During Inactive Periods
- NiMH Battery Pack's Useful Life
- Spare NiMH Battery Packs
- Short-Term Backup Supply
- Real Time Clock
- Main Power Source
- Communication Ports
- USB/Power Dock
- PC Cards
- Expansion Pods
- Chapter 3 Memory Configuration and Data Storage Options
- Chapter 4 Windows CE Operating System
- Windows CE Overview
- CE .NET Viewers
- ActiveSync Transfer
- Downloading ActiveSync from the Internet
- Installing ActiveSync
- Establishing a First Time ActiveSync Connection
- Establishing Additional ActiveSync Connections
- New Partnership Set Up
- USB MultiSync
- USB MultiSync Connections
- Transferring Files Between the Allegro CE and the Desktop PC
- Windows Explorer
- Storing Files and Programs
- System Save/Restore Utilities
- Application Command Bars
- PTab Spreadsheet Program
- Pocket Word/WordPad
- Internet Explorer and Inbox
- Calculator Program
- Terminal Program
- Chapter 5 Technical Reference
- Chapter 6 Software Developer’s Guide for Allegro CE 3.0 and CE .NET
- Chapter 7 FCC Information, Warranty, and Software License Agreement
- Chapter 8 Expansion Pods
- Index

Software Developer’s Guide Page 6-7
Software Development Programming Tips
To help programmers developing software for the Allegro CE, we
have included the following programming tips. We recommend that
you refer to Windows CE 3.0 or CE .NET (depending on which
operating system you are using) programming reference books to
assist you in your software development.
▲ ▲
▲ ▲
▲ Allegro CE Identification
When installing your applications, you need to determine if certain
peripherals are available. There could be reasons you need to know
the following specific information about your Allegro CE device:
Platform name Allegro CE
Windows CE version and build number (go to Windows CE Version)
Internal storage device name C_Drive
PC card storage device name Storage Card
(English version)
To uniquely identify an Allegro CE device by serial number, refer to
the section Allegro Specific APIs.
Platform Name
The combination of Windows CE operating system and the hardware
that it runs on is called a platform. Common platform names are
Pocket PC, HPC, HPC Pro, etc. The Allegros platform name is Allegro
CE.
To discover the platform name in an application program, call
SystemParametersInfo(uiAction, uiParam, pvParam, 0) with uiAction
equal to SPI_GETPLATFORMTYPE. The uiParam parameter specifies
the length of the buffer in pvParam, which on successful return
contains the platform name in Unicode characters.
Windows CE Version
There are two numbers used to identify the operating system, the
version number and the build number. An Allegro running Windows
CE uses Windows CE version 3.00, Build 126 (sometimes expressed
as 3.00.0126). An Allegro running Windows CE .NET uses Windows
CE version 4.1, Build 908. To locate your version and build number
tap on Start| Settings| Control Panel and double-tap on the System
icon. The General tab displays the version and build of the Windows
CE operating system.