I am trying to collect data in python from an RTD device hooked up to a VINT hub. The VINT hub is connected to a ubuntu machine. When I run the HelloWorld.py (Manager) from https://www.phidgets.com/?view=code_samples&lang=Python the VINT hub shows up, however, I can't figure out how to actually get the RTD resistance data.
When I run either the ReistanceInput.py or the TemperatureSensor.py examples I just get a time out. What do I need to change in those scripts to get them working with the VINT hub?