Hi Folks, I am currently running a hub5000 on WiFi, and accessing it through a Windows computer on Ethernet running Python 3.10. I have no issues connecting and polling my hub5000 in Python. Here is my code: from Phidget22.Phidget import * from Phidget22.Net import * from Phidget22.Devices.Log impor...