Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I program GPIB-PCI with Borland Turbo C under Windows 98?

I'm hoping to program a GPIB-PCI card with Borland Turbo C/C++ on a Windows 98 machine.  I've downloaded the example900255 code and it compiles fine, but I get a "DOS error" when I try to run any of the three example TurboC programs.

 

Do I also need to have a driver installed? If so, is there a driver that will support this hardware/software combo?

 

Thanks. 

0 Kudos
Message 1 of 3
(3,887 Views)

LPalmer--

 

You will need the NI-488.2 driver for a National Instruments PCI-GPIB.  When you install this driver, it will also give you some option for added support such as ANSCI C, .NET, etc.  This should install added examples as noted by the following KnowledgeBase.

 

KnowledgeBase 47CCSQ5B: NI-DAQmx, NI-VISA and NI-488.2 .NET Example Locations

 

Cheers!

--
Tyler C

0 Kudos
Message 2 of 3
(3,878 Views)

LPalmer,

 

The latest release that works with PCI-GPIB in Windows 98 is Version 2.2.

 

Under Windows, the DOS support is NOT enabled by default. You need to enable DOS Support.

 

Once DOS Support is enabled, you should be able to use the Borland Turbo C/C++ on a Windows 98 machine without any problems.

 

Hope this information helps!

 

gpibtester

0 Kudos
Message 3 of 3
(3,853 Views)