Hello everyone,
Does anyone know the work-around for this:
In C# .NET (2003), I have a couple of back-ground threads running (let's say one DAQ and one CAN) in my application. I want to be able to change some setting on my signal generator (via GPIB). Every time I need to GPIB write / read from the signal generator, I need to kill the DAQ and CAN threads before I can do any GPIB communication. Also, in doing any GPIB communication, while my DAQ and CAN threads are running, kill the DAQ and CAN threads.
Can anyone shine some light on the subject?
Thanks much!