PDA

View Full Version : Cyberglove left hand not able to connect


llqqff
07-21-2010, 08:48 AM
Hi, I am using cyberglove with vizard, then when the right glove is connected, I can use the following code to connect to the glove
immersion = viz.add('immersion.dle')
glove = immersion.addCyberGlove()

But when using the left glove, I am not able to connect to the glove, the message shows:
** ERROR: Failed to connect to CyberGlove. Make sure Device Manager is running.
Could not connect to device.
** ERROR: Failed to create extension sensor with immersion.dle

So is there any difference connecting right glove from left glove?
Thanks.

Jeff
07-21-2010, 11:18 AM
What is the virtual COM port assigned to the left glove? You can check that in the device manager. Try specifying the port when you add the Cyberglove and see if that works.

llqqff
07-21-2010, 11:47 AM
Thanks, Jeff. Problem solved!!