The board connects fine, and the digital inputs trigger as expected, but when I try to enable a connected rotary encoder, it fails and seems to disconnect then reconnect the board. The log file reads:
Code: Select all
06/23/17 16:51:11,2832,".\windows\cusbwindows.c(798)",INFO,"GetOverlappedResult failed with error: ERROR_DEVICE_NOT_CONNECTED"
06/23/17 16:51:11,2832,".\cthread.c(327)",INFO,"ReadThread exiting normally (Phidget detach detected in CPhidget_read)"
06/23/17 16:51:11,1264,".\cthread.c(457)",INFO,"WriteThread exiting normally (Phidget detach detected in CPhidget_write)"
06/23/17 16:51:11,2816,".\windows\cusbwindows.c(391)",INFO,"New Phidget found in CUSBBuildList: \\?\hid#vid_06c2&pid_004f#6&1ae60202&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}"
06/23/17 16:51:11,2816,".\windows\cusbwindows.c(521)",INFO,"Phidget successfully opened in CUSBOpenHandle"
06/23/17 16:51:11,1152,".\cthread.c(393)",INFO,"WriteThread running"
06/23/17 16:51:11,1156,".\cthread.c(273)",INFO,"ReadThread running"
http://www.phidgets.com/products.php?ca ... _id=3532_0
Here's a shot of my wiring:
http://i.imgur.com/LdQDCHS
Has anyone else had this problem? Any advice for solutions I could try?
Thanks