I just got my new Phidget 1044 3/3/3, I followed step by step the Ubuntu setting up user guide, but I still get no attachment when I run ANY of the C++ program, excepted the Hello_world and the Manager_simple which gave me the following results:
Code: Select all
Press Enter to end anytime...
Hello Device Phidget Spatial 3/3/3, Serial Number: 414871
Code: Select all
INFO: Initializing libusb
INFO: New device in CUSBBuildList: 3/22
Phidget Spatial 3/3/3 414871 attached! (20, 51)
|- # -|- Type -|- Serial No. -|- Version -|
|-------|----------------------------------|--------------|------------|
|- 0 -|- PhidgetSpatial -|- 414871 -|- 401 -|
|-------|----------------------------------|--------------|------------|
Finally when I run for example the Accelerometer-simple with the CPhidget_enableLogging(PHIDGET_LOG_INFO, NULL); added I get:
Code: Select all
INFO: Enabling logging
Waiting for accelerometer to be attached....
INFO: Initializing libusb
INFO: New device in CUSBBuildList: 3/22
Problem waiting for attachment: Given timeout has been exceeded.