User's Manual

Table Of Contents
Wavenet Software Development Tools___________________________ Boomer II User Manual & Integrator’s Guide
Copyright Wavenet Technology © November 2003 64 BM210012WT37
Server Initialisation
The port server must be running for the Client applications to work.
‘PortServer.exe’ takes the desired serial port name as a command line
parameter. If no command line parameter is specified, ‘PortServer’
assumes that ‘com1’ is desired. Start the server application by running
‘PortServer.exe’. If com2 is connected to the modem, run the server as
following: PortServer com2.
This server application does not have a user’s interface. The only way
to ensure that it is running is to view the active processes on the
Windows Task Manager.
VDD Library
The VDD library contains all tools required for client-server
communications by using the MSMQ service to deliver messages to the
other party. All client applications are required to open a session with
the server application if it wants to communicate with the modem. By
using the VDD library this process message delivery is transparent for
the client.
Please refer to Appendix B – SDK NCL-API and Port Server and
Appendix C – SDK Sample programs for additional information on the
Boomer II SDK contents.