Embedded Systems
gpib_491.asc
Associated article: Understanding the gpib
Tags: Embedded Systems
_UNDERSTANDING THE GPIB_
by Don Morgan
[LISTING ONE]
/* Scope.c */
#include <stdio.h>
#include "decl.h" /* a header file containing declares pertinent to the
National Instruments library*/
/* Application program variables passed to GPIB functions */
char rd[512]; /* ...


