NI-488.2M Software Description
Chapter 1
NI-488.2M SRM for OS/2
1-2
© National Instruments Corp.
Language Files
The distribution disk contains the following language-related files in the
C subdirectory.
•
readme.doc
is a documentation file that contains information about the
language interfaces.
•
ni488.dll
is a 32-bit IBM C language interface Dynamic Link Library (DLL)
file.
•
nibor.dll
is a 32-bit Borland C language interface DLL file.
•
ni488_16.dll
is a 16-bit Microsoft C language interface DLL file.
•
ni488.lib
is an import library for the 32-bit IBM C language interface that you
must link with your IBM C applications.
•
nibor.lib
is an import library for the 32-bit Borland C language interface that
you must link with your Borland C applications.
•
ni488_16.lib
is an import library for the 16-bit Microsoft C language
interface that you must link with your Microsoft C applications.
•
decl.h
is a 32-bit include file. It contains NI-488 functions and NI-488.2
routine prototypes and various predefined constants.
•
decl_16.h
is a 16-bit include file. It contains NI-488 functions and
NI-488.2 routine prototypes and various predefined constants.
Example Program Files
The distribution disk contains the following example program files.
•
simple.c
is a C program that illustrates basic communication between a
computer and a GPIB device.
•
clr_trg.c
is a C program that illustrates how to clear or trigger GPIB devices.
•
asynch.c
is a C program that illustrates how to perform asynchronous I/O.