Extreme noob here. Trying to write a very simple program (called ProblemCode.py) to read temperature data with my 1051 and K-type thermocouple. Code is VERY basic as follows: from Phidget22.PhidgetException import * from Phidget22.Phidget import * from Phidget22.Devices.TemperatureSensor import * ch...