I am controlling two steppers from a Phidgets 1062 using channels 0 and 1. I have defined two instances of Phidget22.Stepper, one called Xstepper and one called Ystepper: Try Xstepper = New Phidget22.Stepper Xstepper.Channel = 0 Xstepper.Open() Catch ex As PhidgetException MessageBox.Show(ex.Message...