Search Results

by benji2505
Fri Sep 29, 2017 2:22 pm
Forum: Java
Topic: Attach and Detach Events not firing
Replies: 2
Views: 14638

Re: Attach and Detach Events not firing

Thank you for your help!
by benji2505
Wed Sep 27, 2017 7:03 pm
Forum: Java
Topic: Attach and Detach Events not firing
Replies: 2
Views: 14638

Attach and Detach Events not firing

I am running across the following issue: I can open input and output channels and they fire attach and detach events. I can see the hardware in the phidget control panel. If I open a manager channel it does not fire attach or detach events. When logging it shows that the driver realizes the attachme...
by benji2505
Tue Sep 26, 2017 12:00 pm
Forum: Java
Topic: methods for channel count?
Replies: 4
Views: 15812

Re: methods for channel count?

ok, thanks for the update.
by benji2505
Mon Sep 25, 2017 6:30 pm
Forum: Java
Topic: methods for channel count?
Replies: 4
Views: 15812

Re: methods for channel count?

Well, I am well aware of the attach and detach events for channels and I am also aware of the APIs. I was also aware of the new methodology to connect channels directly. So, your suggestion is to wait for an attach event, use that event to find out the underlying hardware and then use that info to s...
by benji2505
Fri Sep 22, 2017 6:01 pm
Forum: Java
Topic: methods for channel count?
Replies: 4
Views: 15812

methods for channel count?

This might be something obvious that I am missing: I am migrating a larger program that read out the max number of channels for input (channels) and output (channels) with the getInputCount() and the getOutputCount() methods. It is used for graphics and the creation of arrays and helps with independ...