Phidget 22 and remote devices
Posted: Tue Nov 28, 2017 12:34 pm
With Phidgets 21 if I wanted to open a remote device with Python, I would say:
With Phidget 22, I can open a locally attached device easily enough:
But I don't know how to open a remote device with Phidget 22.
Help
Code: Select all
motorControl.openRemoteIP("192.168.83.106", 5001, -1, "")
Code: Select all
MyServoChannel = RCServo()
MyServoChannel.openWaitForAttachment(10000)
Help