PDA

View Full Version : Inertia Cube 3 Wireless


glepoura
10-07-2008, 08:08 AM
I am using Inertia Cube 3 Wireless, connected to USB. How do I setup the usb ports? I have already connected 5DT gloves using
PORT_5DT_USB = 0
PORT_5DT_USB = 1
Is there a similar tag for Inertia Cube? Do I continue the numbering?

farshizzo
10-07-2008, 04:25 PM
The intersense driver will assign a virtual port number to the wireless IC3. So you use the standard PORT_INTERSENSE flag to connect to it. You can use the DeviceTool program that comes with the Intersense drivers to find out what the virtual port number is.

glepoura
10-08-2008, 06:18 AM
I am using the scaffold.py to test the Intersense IC3
The DeviceTool showed port 3 in use so I added
PORT_INTERSENSE = 3
in the global section.
Still the message comes out:
** ERROR: Failed to connect to intersense on port 3.

Any ideas?

farshizzo
10-09-2008, 05:19 PM
That should work, so I don't know what is going on. Is the InterSense Server program able to connect to the IC3 on port 3?

glepoura
10-10-2008, 07:38 AM
Found the problem! While devicetool is running other programs cannot access the device! I thought that it only happened with the server. That simple...