beautypg.com

Example – Measurement Computing GPIB-488 User Manual

Page 32

background image

Chapter 3

GPIB 488.1 Library Reference

GPIB-488

3-19

Programming Reference Manual

This call remains in effect until one of the following occurs:

Another

ibeos

call is made.

ibonl

or

ibfind

is called.

The system is re-started.

See also

ibeot

Example

This example configures the GPIB system to send the END message whenever the line feed
character is sent to a particular device. Method B described in Table 3-4,

Selecting EOS

, is

used (

XEOS

).

C

int device;

ibeos (device, XEOS + '\n');