User's Manual
Table Of Contents
- Introduction
- The Integrator’s Task
- Installing the Modem
- Using the Modem Test Jig
- Testing
- Desense
- Application Development
- Message Routing and Migration
- Appendix A - NCL Interface
- Appendix B - Software Development Kit
- SDK Contents
- System Requirements
- SDK Software Architecture
- NCL Application Programmer’s Interface
- Implementation
- Logical Architecture
- 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
- SCR Application Programmer’s Interface
- A
- Appendix C – Sample programs
- Appendix D - Wavenet Application Loader
- Appendix E - Numeric Conversion Chart
- Appendix F - Specifications
- Appendix H - Glossary
NCL INTERFACE ___________________________________________ Boomer II User Manual & Integrator’s Guide
Wavenet Technology 120 BM210012WT27
WN_GET_BATT_VOLT: Get modem battery status information
(NCL string “ZF?v”).
SUCCESS is followed by a block of status information in the format
shown below:
WN_GET_BATT_VOLT Response For
mat:
7 6 5 4 3 2 1 0
Battery Voltage (2 bytes)
Battery Percentage
Where:
Battery Voltage: Two byte unsigned integer representing
the Voltage of the battery in mV.
Battery Percentage: Estimate of the remaining capacity of the
battery. This value ranges from 0 to 100
(unsigned byte).
WN_GET_TIME: Get modem time information (NCL string
“ZF?t”).
SUCCESS is followed by a block of status information in the format
shown below:
WN_GET_TIME Response Format:
7 6 5 4 3 2 1 0
Elapsed Time [4 bytes]
Elapsed Time is a four byte unsigned integer, which represents the
number of milliseconds, which have passed since the modem was last,
turned on or reset. It is accurate to within 50ms of when the last byte
of the request message was received by the modem.