User's Manual

Table Of Contents
Wavenet Software Development Tools___________________________ Boomer II User Manual & Integrator’s Guide
Copyright Wavenet Technology © November 2003 62 BM210012WT37
Run as PortServer comx: Where "x" is the PC
communications port the modem is attached to via a
Boomer II Test Jig. If no command line parameter is
specified, 'PortServer' assumes that 'com1' is to be used.
Note: The port server must be running for the Client
applications to work with the Multisession VDD. The port
server must not be running for the Client applications to
work with the Singlesession VDD.
Virtual Device Driver (VDD) - \Multisession 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.
Virtual Device Driver (VDD) - \Singlesession VDD\
A directory structure for the VDD library containing
functions required for a client application to communicate
with the modem without the use of MSMQ or the
PortServer services. When using this VDD, ensure that the
Portserver is not running. The VDD consists of the
following files:
VDD_SS.dll: Dynamic Link Library. Ensure
that a copy of this file is in the client's
application path.
VDD_SS.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.