Search Results

by derammo
Wed Jun 08, 2022 8:14 am
Forum: General
Topic: How to tell via API if DutyCycle is supported?
Replies: 4
Views: 13822

Re: How to tell via API if DutyCycle is supported?

I have stopped development on the Phidget support for 1.6 due to me exiting the project.

I already replied to you on github, so I won't duplicate information here.
by derammo
Fri May 15, 2020 6:07 pm
Forum: General
Topic: How to tell via API if DutyCycle is supported?
Replies: 4
Views: 13822

Re: How to tell via API if DutyCycle is supported?

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."

Thanks!
by derammo
Fri May 15, 2020 11:47 am
Forum: C#.NET
Topic: PhidgetException 0x34 (Device not Attached) VINT HUB0000_0
Replies: 3
Views: 16471

Re: PhidgetException 0x34 (Device not Attached) VINT HUB0000_0

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...
by derammo
Thu May 14, 2020 6:56 pm
Forum: General
Topic: How to tell via API if DutyCycle is supported?
Replies: 4
Views: 13822

How to tell via API if DutyCycle is supported?

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...