beautypg.com

Example – Measurement Computing GPIB-488 User Manual

Page 51

background image

Chapter 3

GPIB 488.1 Library Reference

Programming Reference Manual

3-38

GPIB-488

Example

This program sends the command "

DUMP

" to a device. The device responds by sending data

back.

ibrdf

reads the incoming data and stores it in the file called

gpib.dat

on the C drive.

C

ibwrt (boarddev, "DUMP");

ibrdf (boarddev, "c:gpib.dat");