Search Results

by aho
Tue May 29, 2018 3:30 pm
Forum: Python
Topic: Timed Out exceptions attaching to Phidgets
Replies: 0
Views: 14984

Timed Out exceptions attaching to Phidgets

Hi. I'm trying to attach to Phidgets using Python3 library version: 'Phidget22 - Version 1.0.0 - Built May 2 2018 19:19:13'. I'm seeing random exception 3 (Timed Out) failures to connect to my Phidgets before eventually hitting a Segmentation Fault. My Phidgets are attached to a Raspberry Pi 3 B+ vi...
by aho
Tue May 29, 2018 2:01 pm
Forum: Python
Topic: Bug Report - Phidget22Python: Intermittent timeout when using openWaitForAttachment()
Replies: 4
Views: 7153

Re: Bug Report - Phidget22Python: Intermittent timeout when using openWaitForAttachment()

Hi Patrick, I think that I'm hitting a similar bug and wanted to make sure that I'm picking up your bug fix. I'm assuming that you just changed the Phidget Python library and not the C library? Cheers >>> Phidget22.Phidget.Phidget.getLibraryVersion() 'Phidget22 - Version 1.0.0 - Built May 2 2018 19:...
by aho
Mon May 07, 2018 7:35 pm
Forum: Python
Topic: asyncio compatibility
Replies: 1
Views: 5944

asyncio compatibility

Hello, I'm trying to write a server that among other things reads from a temperature phidget. I'd like to use asyncio/aiohttp as my main event thread to handle incoming HTTP connections. I'm creating Phidgets Channel objects in Python 3.5, and when I run my Phidget code standalone, I am receiving at...