urotherm 818 controller equipped with OEM serial i/o card. When vi's EI_Bisync READ or EI_Bisync Write were run we got error: "Port 2 config error # 37" Changing port setting to 1 did not help. Also several group # were tried. We have full LV version.I've had device errors when the LabVIEW .ini file didn't have the ports configured in it. While NI-DAQ may see the port, the .ini file must also contain the port. In your LabVIEW.ini file, you should have the following line:
serialDevices="COM1;COM2;COM3;COM4;COM5;COM6;COM7;COM8;COM9;\\.\COM10;LPT1;LPT2;LPT3;LPT4"
Hopefully that will help.
Mark