Thanks so much. I had actually structured my code to do something like that because your API is always logical. But then I screwed up my test case and thought it was always "None."
Addendum: I had a related problem and google led me here. For sharing purposes, even though my root cause is different: I was calling Open() after receiving Attached event from the Device Manager. Then I configured away immediately, assuming the device is in fact attached. However, if you use the de...
I am writing a general interface for Phidgets22 to Helios 1.6 (virtual cockpit software.) So I am trying to support device classes in general without knowing ahead of time what devices the user may have. Things are going well, but I ran into a problem: An InterfaceKit 8/8/8 reports that it has Digit...