IOError: [Errno 110] while reading Input State
The IO Pi Plus is a 32 channel MCP23017 GPIO expander for the Raspberry Pi
11/07/2016
Posted by:
e.k
11/07/2016
Posted by:
andrew
From looking at the error in your screenshot it appears to be crashing while trying to read from an ADC Pi. Do you have an ADC Pi on the Raspberry Pi as well as the IO Pi?
The error could occur if you have two python scripts trying to access the I2C port at the same time as one script would block the port while it is in use causing the other script to time out on the connection. Running two threads within a single python script could also cause the same problem. The solution to this would be to use a single script for accessing both the IO Pi and ADC Pi or try to find some way of checking that one script has finished running before the other script.
Forum Notice – Closure to New Posts
As part of our compliance with the UK’s Online Safety Act, the AB Electronics UK support forum is now closed to new posts and replies.
We understand the importance of continued support for our products, so if you have a technical query or require assistance, please use the Contact Form or consult our Knowledge Base for helpful articles and documentation.
We appreciate your understanding and continued support.
Note: documents in Portable Document Format (PDF) require Adobe Acrobat Reader 5.0 or higher to view.
Download Adobe Acrobat Reader or other PDF reading software for your computer or mobile device.