I am running 3 EXEs on the same machine that are communicating with COM and GPIB. One app uses COM1 and GPIB, another uses COM2 and the third uses COM3. When each of these runs alone I have no problems, but when I start all three together I have weird things that happen. For example the app that is using COM1 and GPIB, will randomly return blank data from the GPIB device. The application that is using COM3 will ocassionly send wrong characters to the device. I should note that these are running on a Windows 2000 machine.
As a general question in it proper programming to communicate with two devices each in a seperate loop?
Terry Sopkow