Gpib-usb-hs Driver Windows - Xp
: These were the primary versions shipped when XP was the dominant OS and are frequently cited as working well for "older" hardware revisions.
int main() int dev; dev = ibdev(0, 5, 0, T10s, 1, 0); if (ibsta & ERR) printf("Error opening GPIB device: %ld\n", iberr); else printf("GPIB-USB-HS connected and ready\n"); ibonl(dev, 1); // take control gpib-usb-hs driver windows xp