Hello, Hi, I have this code for connection with Phidgets Device: ;Phidget initialization code goes here Global $oPhid1, $oPhidEvents $oPhid1 = ObjCreate("Phidget21COM.PhidgetInterfacekit") $oPhid1.Open() $oPhid1.WaitForAttachment(3000) If NOT $oPhid1.IsAttached Then MsgBox(0, "Error&q...