/* gpsetup Initializes the IOTech Micro488A interface. */ /* Use this before issuing other gpib commands. */ #include #include "GPIBports.h" /*#include */ #include extern int fdGPIB; /* This is the nubmer of the serial port for GPIB */ /* Already in GPIBports.c */ main(int argc, char *argv[]) { gpibport_setup(); printf("\n Have initialized the IOTech Micro488A Serial<-->GPIB interface.\n"); }