Hi all
I am getting constantly "Resource Busy" Phidgets Exception (0x9) when trying to set-up hardware logging. This is with Phidget22, it used to run fine with Phidget21.
Any ideas why is this happening (it's right before or after I instantiate phidget classes, I get error regardless)?
This is the offending line if it helps:
Phidget22.Log.Enable(LogLevel, "c:\\folder\\log.txt");
Also, what is the recommended/proper way to check if the device is busy before issuing commands?
Thanks