06-08-2004 11:46 AM
06-08-2004 12:21 PM
06-09-2004
11:26 AM
- last edited on
07-11-2025
03:13 PM
by
Content Cleaner
Aneton,
I can think of two NI products which identify themselves as "PCI Simple Communications Controller": GPIB cards and CAN cards. Since the 8186 has an integrated GPIB port, this is likely the cause of the message. To correct this, we need to install the driver for the GPIB port. It is called NI-488.2, and the most recent version is 2.1.
After installing the driver, reboot the controller. The GPIB port should be detected by the driver now as a PCI-GPIB device if it is the port from the 8186.
Sincerely,
Ross C
Applications Engineer
National Instruments
02-09-2005 03:34 AM
02-09-2005
06:02 PM
- last edited on
07-11-2025
03:14 PM
by
Content Cleaner
Hi Roberto,
You may need to install the NI-VISA driver as well.
NI-VISA Download
Also, have you tried right-clicking on the .INF files and choosing "install"?
Regards,
Andrew
Applications Engineer
National Instruments
12-27-2007 11:56 AM
Hi, I have a solution. If you go in device manager, click on the pci simple communications controller, go in property and then go in details. You will see a code like per example PCI/VEN_8086&DEV_27D8&SUBSYS...
The VEN code means vendor and the DEV code means device: in my case the vendor is 8086 and the device is 27D8.
Once you have the two codes, go to www.pcidatabase.com. Enter the two codes and you should get the name of your hardware. From there you can search for a driver download for your hardware.
In my case the pci simple communications controller was a Microsoft UAA Bus HD audio. I also had another pci device that didn't work properly, using the same method I found out that my pci device was an HSF PCI internal modem with code number CX11252-11. I had a hard time downloading one of the drivers, after 6 or 7 times the download started so be patient if you have the same hardware.
NOTE: to access the device manager, go in control panel, then performance and maintenance, system, hardware and finally device manager.
Good luck.