Search Results

by satsriakal
Fri Dec 22, 2017 8:51 am
Forum: C/C++
Topic: Setting port and channel - C language
Replies: 2
Views: 14385

Re: Setting port and channel - C language

Thanks a lot!
by satsriakal
Thu Dec 21, 2017 5:25 am
Forum: C/C++
Topic: Setting port and channel - C language
Replies: 2
Views: 14385

Setting port and channel - C language

Hi everybody, I'm using a VintHub device with this code (C language): Phidget_setHubPort((PhidgetHandle)x->ch, 2); Phidget_setIsHubPortDevice((PhidgetHandle)x->ch, 1); Phidget_setChannel((PhidgetHandle)x->ch, 2); If I comment the third line, I got the console message with the port and the channel nu...
by satsriakal
Sun Dec 10, 2017 11:03 am
Forum: Python
Topic: VINT Hub is not working with Python examples in Linux
Replies: 2
Views: 3881

VINT Hub is not working with Python examples in Linux

OS: Linux Mint Hardware: VINT Hub Hi everybody, If I connect the device and I launch Helloworld.c example, it works fine, but if I use VoltageInput.py example, the device even if attached, is not detected. I reinstalled Python libraries. If I use InterfaceKit device, it works fine. But VINT Hub is n...
by satsriakal
Wed Nov 15, 2017 4:14 pm
Forum: Python
Topic: Problems with Libraries 22
Replies: 8
Views: 7386

Re: Problems with Libraries 22

If I use setDataInterval() the system locks and I get "watchdog: signaling pd..." messages in the console

Can you help me?
by satsriakal
Wed Nov 15, 2017 4:07 pm
Forum: Python
Topic: Problems with Libraries 22
Replies: 8
Views: 7386

Re: Problems with Libraries 22

Thanks a lot!
by satsriakal
Wed Nov 15, 2017 3:09 pm
Forum: Python
Topic: Problems with Libraries 22
Replies: 8
Views: 7386

Re: Problems with Libraries 22

The code is not able to recognize SENSOR_TYPE constants. What have I to do? Have I to create an object for any sensor connected to the InterfaceKit888 board? Have I to call setOnAttachHandler for any sensor connected? What do you mean datainterval? I understand your reasons, but I think that now it'...
by satsriakal
Wed Nov 15, 2017 2:58 pm
Forum: Python
Topic: Problems with Libraries 22
Replies: 8
Views: 7386

Re: Problems with Libraries 22

Thanks for the answer. I see what you say, but I see that the learning curve has drastically worsen, time for writing code has increased and performances went down... With eight sensors the response time has become very slow... If I compare two codes, the first one with old libraries and the other o...
by satsriakal
Wed Nov 15, 2017 2:30 pm
Forum: Python
Topic: Problems with Libraries 22
Replies: 8
Views: 7386

Problems with Libraries 22

Dear Sirs, I'm coding for InterfaceKit888 with Python libraries. I implemented a code with old libraries, using InterfaceKit() module, and everything was working properly, but when I swapped to the last version libraries (Phidgets22), I could'n find InterfaceKit() and I wrote a new code with API, bu...