beautypg.com

Nap7000p – B&B Electronics I-7060 - Quick Start Guide User Manual

Page 26

background image

Getting Started

for I-7000 Series Modules

Date: Jan-08, 2002 Version 1.02 page: 26

3 NAP7000P

The

NAP7000P

is a set of standard Win32 DLLs. It is designed for

Microsoft Windows 95/98/ME/NT/2000/XP users. VC++, BC++, VB, Delphi
and BC++ Builder users can also utilize it with ease. The features of the

NAP7000P

are as follows:

1. Provides general-purpose send/receive function for the I-7000 series

modules.

2. Provides high performance application functions for the I-7000 series

modules.

3. Multi-speed (baud rates) demo programs.
4. Multi-data-format demo programs.
5. Lots of demo programs with complete source code.

This chapter will lead you to write your first program with the

NAP7000P

by using Microsoft Visual Basic 5.0. For Delphi, BCB and VC++ users, please
refer to the folder containing demo programs for Delphi, BCB and VC++,
respectively.

After installing the

NAP7000P

, the “

I7000.DLL

” and “

UART.DLL

” files will

be copied into the user’s system folder as follows :

C:\Windows\system (Windows 95/98/ME)
C:\WinNT\System32 (Windows NT/2000/XP)

To use "

I7000.DLL

" and "

UART.DLL

" functions, users have to declare the

prototype (interface) of these functions. The

NAP7000P

provides complete

"

I7000.DLL

" and "

UART.DLL

" declaration files for the VC++, VB, Delphi and

BCB development tools. Copy these declaration files into your project folder
and include them in this project. Then use these functions as the included
standard functions provided by the development tool.