User Guide
Table Of Contents
- Introduction
- The Integrator’s Task
- Installing the Modem
- Mounting the Boomer II OEM Modem to Your Device
- Connecting the Data Interface Port
- Selecting & Positioning the Antenna
- Supplying Power
- Using the Modem Test Jig
- Software Development Tools
- Integration Testing
- Appendix A - NCL Interface
- Appendix B – SDK NCL-API and Port Server
- Multisession API
- Application Interface
- _
- Opening a Session
- Close Session
- Send Data to a Radio Host
- Receive Data From RPM
- Get RPM Status Information
- Set Configuration ITEMS Within the RPM
- Reset RPM
- Register Event Callback Function
- Enable / Disable Events
- Get Error Description
- Register Wakeup Application
- Deregister Wakeup Application
- Switch RPM On/Off
- Send Generic NCL Command To RPM
- Get Software Version
- _
- A
- Appendix C – SDK Sample programs
- Appendix D - Application Development
- Appendix E - Message Routing and Migration
- Appendix F – Guide to Desense
- Appendix G - Numeric Conversion Chart
- Appendix H - Specifications
- Appendix I - Glossary
Wavenet Software Development Tools___________________________ Boomer II User Manual & Integrator’s Guide
Copyright Wavenet Technology © October 2003 62 BM210012WT35
Virtual Device Driver (VDD)
A directory structure for the VDD library containing
functions required for client applications to communicate
with the modem (i.e. Send, Receive etc) via MSMQ and the
PortServer services. The VDD consists of the following
files:
• VDD.dll: Dynamic Link Library. Ensure that a
copy of this file is in the client's
application path.
• VDD.lib: Library used by the linker when
building client applications.
• Nclapi.h: Header file containing the function
prototypes exported by the DLL.
NCL API for DOS:
This directory provides supplementary DOS based NCL sample
code and a sample client application which may be useful for
application developers who wish to write their own low-level
NCL drivers and applications and is provided as a guide. This
directory contains its own documentation.
System Requirements
The minimum system requirements of a host/terminal emulation PC in
order to utilise the Software Developers Kit are:
Intel compatible Pentium computer or higher
Windows 2000 or later
Microsoft Message Queue (MSMQ)
16MB RAM (memory) minimum, 32MB recommended
1MB available hard disk space
9-pin serial Port using a 16550 UART
3.5-inch Disk Drive
CD-ROM drive
Wavenet Commander will run on Windows 98 and later revisions,
however, the PortServer and ModemInfo requires the Microsoft
Message Queue (MSMQ) service running on the target PC. MSMQ is
included in Windows NT4, Windows 2000, and Windows XP. MSMQ
is not available for WIN98, WINME, or WIN95. If you do not have
Microsoft Message Queue installed on your machine, you might
receive an error message indicating that a file, mqoa.dll, is missing
when you try to compile code that uses the message queue.